6 references to CurrentStoryboards
PresentationFramework (6)
System\Windows\VisualStateGroup.cs (5)
105
for (int index = 0; index <
CurrentStoryboards
.Count; ++index)
107
if (
CurrentStoryboards
[index] == null)
112
CurrentStoryboards
[index].Remove(element);
114
CurrentStoryboards
.Clear();
127
CurrentStoryboards
.Add(newStoryboards[index]);
System\Windows\VisualStateManager.cs (1)
381
Dictionary<TimelineDataToken, Timeline> currentAnimations = FlattenTimelines(group.
CurrentStoryboards
);