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