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