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