3 references to FreezableCollection
PresentationCore (1)
System\Windows\FreezableCollection.cs (1)
780
return new
FreezableCollection
<T>();
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
38
_states = new
FreezableCollection
<VisualState>();
54
_transitions = new
FreezableCollection
<VisualTransition>();