Can any one help me to get DynamicResource Binding in WPF by code?
I have set binding Like follow,
TextBlock Background={DynamicResource ColorA} Name="TB" in Xaml.
and i need to get the - TB's background is binded to "ColorA". how can i access this DynamicResource Binding Expression in WPF by coding. when i try to get TB.Background, it is white(#FFFFF..) or if i already given the value to the Resorce key "ColorA" that will be given. but i want to get this Binding Expression. Thank in advance for your Help.