1 type derived from FreezableCollection
PresentationFramework (1)
src\Framework\System\Windows\Shell\ThumbButtonInfoCollection.cs (1)
9
public class ThumbButtonInfoCollection :
FreezableCollection
<ThumbButtonInfo>
3 instantiations of 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>();
17 references to FreezableCollection
PresentationCore (15)
Core\CSharp\System\Windows\FreezableCollection.cs (15)
142
public new
FreezableCollection
<T> Clone()
144
return (
FreezableCollection
<T>)base.Clone();
151
public new
FreezableCollection
<T> CloneCurrentValue()
153
return (
FreezableCollection
<T>)base.CloneCurrentValue();
840
private void CloneCommon(
FreezableCollection
<T> source,
892
FreezableCollection
<T> sourceFreezableCollection = (
FreezableCollection
<T>) source;
904
FreezableCollection
<T> sourceFreezableCollection = (
FreezableCollection
<T>) source;
915
FreezableCollection
<T> sourceFreezableCollection = (
FreezableCollection
<T>) source;
926
FreezableCollection
<T> sourceFreezableCollection = (
FreezableCollection
<T>) source;
1028
internal Enumerator(
FreezableCollection
<T> list)
1139
private
FreezableCollection
<T> _list;
PresentationFramework (2)
src\Framework\System\Windows\VisualStateGroup.cs (2)
165
private
FreezableCollection
<VisualState> _states;
166
private
FreezableCollection
<VisualTransition> _transitions;