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