Is your feature request related to a problem? Please describe.
currently C# 14 extension members, including extension properties cannot be used in bindings
<TextBlock Text="{Binding Value.Extension}"/>
will produce
Could not find a matching property accessor for 'Extension' on 'Value'
Describe the solution you'd like
extension properties can simply be used in bindings
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
currently C# 14 extension members, including extension properties cannot be used in bindings
will produce
Describe the solution you'd like
extension properties can simply be used in bindings
Describe alternatives you've considered
No response
Additional context
No response