5 references to Storyboard
PresentationFramework (5)
System\Windows\VisualStateManager.cs (5)
219
group.StartNewThenStopOld(stateGroupsRoot, transition.Storyboard, state.
Storyboard
);
223
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
246
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
264
group.StartNewThenStopOld(stateGroupsRoot, state.
Storyboard
);
378
Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.
Storyboard
);