Is there a way to interrogate a UIElement
to determine which Storyboards are affecting it?
For example, Storyboard
resources can be defined in a number of places (eg Application.Resources, Window.Resources, Control.Resources). If you have a reference to a control being affected by a Storyboard
(say a RotateTransform
), is there any way to interrogate the control to discover that Storyboard
?
What I don't want is to obtain the reference of the Storyboard
simply by knowing it's name.