You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use binding <TextBlock Text="{Binding Source={l:Static p:Resources.UserFiles}, Path=Translated, Converter={x:Static converters2:StringTestConvUp.Default}}" />
textblock in xaml designer collapsed
In runtime works fine.
VS2019 with resharper show warn
vs think source is string
how i can setup right context for it?
The text was updated successfully, but these errors were encountered:
When use binding
<TextBlock Text="{Binding Source={l:Static p:Resources.UserFiles}, Path=Translated, Converter={x:Static converters2:StringTestConvUp.Default}}" />
textblock in xaml designer collapsed
In runtime works fine.
VS2019 with resharper show warn
vs think source is string
how i can setup right context for it?
The text was updated successfully, but these errors were encountered: