Hi,
I have a attached property which name is "Translate". I set the property like this:
<Label Target="{Binding ElementName=UserName}"
Content="User Name"
Extensions.Translate="true"/>
I get the Target value in the property changed event handler and it is null. But I set it in the XAML. Why is it null?
Thanks.