5 references to Storyboard
PresentationFramework (5)
src\Framework\System\Windows\VisualStateManager.cs (5)
251
group.StartNewThenStopOld(stateGroupsRoot, transition.Storyboard, state.
Storyboard
);
255
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
278
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
296
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
429
Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.
Storyboard
);