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)
91
if (
_currentStoryboards
== null)
96
return
_currentStoryboards
;