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