1 write to _currentStoryboards
PresentationFramework (1)
System\Windows\VisualStateGroup.cs (1)
94
_currentStoryboards
= new Collection<Storyboard>();
2 references to _currentStoryboards
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
92
if (
_currentStoryboards
== null)
97
return
_currentStoryboards
;