1 write to _currentStoryboards
PresentationFramework (1)
src\Framework\System\Windows\VisualStateGroup.cs (1)
93_currentStoryboards = new Collection<Storyboard>();
2 references to _currentStoryboards
PresentationFramework (2)
src\Framework\System\Windows\VisualStateGroup.cs (2)
91if (_currentStoryboards == null) 96return _currentStoryboards;