If I put a
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=Foreground.Color; DataItem=null; target element is 'DropShadowEffect' (HashCode=31421563); target property is 'Color' (type 'Color')
Note that transition control is empty (no content) and the error originates from a style I have somewhere defined. I assume transition control does something with styles.
Not also that this isn't a stopping error but rather an annoyance in output window.
<telerik:RadTransitionControl />element on the windows I am starting to get these kind of errors:
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=Foreground.Color; DataItem=null; target element is 'DropShadowEffect' (HashCode=31421563); target property is 'Color' (type 'Color')
Note that transition control is empty (no content) and the error originates from a style I have somewhere defined. I assume transition control does something with styles.
Not also that this isn't a stopping error but rather an annoyance in output window.