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