1 write to _states
PresentationFramework (1)
System\Windows\VisualStateGroup.cs (1)
42
_states
= new FreezableCollection<VisualState>();
2 references to _states
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
40
if (
_states
== null)
45
return
_states
;