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