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