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