5 references to Storyboard
PresentationFramework (5)
System\Windows\VisualStateManager.cs (5)
224group.StartNewThenStopOld(stateGroupsRoot, transition.Storyboard, state.Storyboard); 228group.StartNewThenStopOld(stateGroupsRoot, state.Storyboard); 251group.StartNewThenStopOld(stateGroupsRoot, state.Storyboard); 269group.StartNewThenStopOld(stateGroupsRoot, state.Storyboard); 383Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.Storyboard);