5 references to Storyboard
PresentationFramework (5)
System\Windows\VisualStateManager.cs (5)
218
group.StartNewThenStopOld(stateGroupsRoot, transition.Storyboard, state.
Storyboard
);
222
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
245
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
263
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
377
Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.
Storyboard
);