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