In my application there are a # of similar user controls that I want to apply identical VisualStates to.
Don't want to duplicate the xaml for each user control - is it possible to specify the VisualStateManager information in a resource dictionary and then include that as a resource in the xaml for each usercontrol?
I would then need to be able to bind Storyboard.TargetName to the control being applied to
(Storyboard.TargetName is located within the resource dictionary within the VisualStates block)
sorry if its a simple question but all the online examples i found are explicity defining VisualStates within a specific control or window's xaml
thanks