Replies: 1 comment
-
Hello, @alexraoux. Sorry, I don't have a good answer for you, I've never used this method. I'm not sure, but probably WPF has some methods to get a property's extension? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am trying to detect at runtime that a control in a view has a key for localization associated to it.
I browse the visual tree and when I find an eligible control (Textblock for exemple) I call this function LocExtension.GetBoundExtension(element, "Text"); this is working most of the time, but for itemscontrols and probably others it looks that this function is returning null except for the last element in the collection.
Does someone has an idea why or another method to know that my textblock will be translated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions