2 references to StoryboardProperty
PresentationFramework (2)
System\Windows\VisualState.cs (2)
39
get { return (Storyboard)GetValue(
StoryboardProperty
); }
40
set { SetValue(
StoryboardProperty
, value); }