6 references to CurrentStoryboards
PresentationFramework (6)
src\Framework\System\Windows\VisualStateGroup.cs (5)
104
for (int index = 0; index <
CurrentStoryboards
.Count; ++index)
106
if (
CurrentStoryboards
[index] == null)
111
CurrentStoryboards
[index].Remove(element);
113
CurrentStoryboards
.Clear();
126
CurrentStoryboards
.Add(newStoryboards[index]);
src\Framework\System\Windows\VisualStateManager.cs (1)
427
Dictionary<TimelineDataToken, Timeline> currentAnimations = FlattenTimelines(group.
CurrentStoryboards
);