3 references to FreezableCollection
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
829return new FreezableCollection<T>();
PresentationFramework (2)
src\Framework\System\Windows\VisualStateGroup.cs (2)
41_states = new FreezableCollection<VisualState>(); 57_transitions = new FreezableCollection<VisualTransition>();