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