5 instantiations of TransformCollection
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (2)
505TransformCollection collection = new TransformCollection(); 645return new TransformCollection();
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElement.cs (1)
5160TransformCollection ts = new TransformCollection();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10502bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.TransformCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1619case KnownElements.TransformCollection: o = new System.Windows.Media.TransformCollection(); break;
36 references to TransformCollection
PresentationCore (32)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (17)
67public new TransformCollection Clone() 69return (TransformCollection)base.Clone(); 76public new TransformCollection CloneCurrentValue() 78return (TransformCollection)base.CloneCurrentValue(); 499internal static TransformCollection Empty 505TransformCollection collection = new TransformCollection(); 622private static TransformCollection s_empty; 652TransformCollection sourceTransformCollection = (TransformCollection) source; 674TransformCollection sourceTransformCollection = (TransformCollection) source; 696TransformCollection sourceTransformCollection = (TransformCollection) source; 718TransformCollection sourceTransformCollection = (TransformCollection) source; 822internal Enumerator(TransformCollection list) 933private TransformCollection _list;
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (13)
115TransformCollection oldCollection = null; 116TransformCollection newCollection = null; 120oldCollection = (TransformCollection) e.OldValue; 131newCollection = (TransformCollection) e.NewValue; 188public TransformCollection Children 192return (TransformCollection) GetValue(ChildrenProperty); 247TransformCollection vChildren = Children; 288TransformCollection vChildren = Children; 316TransformCollection vChildren = Children; 459internal static TransformCollection s_Children = TransformCollection.Empty; 488typeof(TransformCollection), 490new FreezableDefaultValueFactory(TransformCollection.Empty),
Core\CSharp\System\Windows\Media\TransformGroup.cs (2)
56TransformCollection children = Children; 82TransformCollection children = Children;
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (1)
5160TransformCollection ts = new TransformCollection();
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
772case 680: t = () => typeof(TransformCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10500typeof(System.Windows.Media.TransformCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6224case KnownElements.TransformCollection: t = typeof(System.Windows.Media.TransformCollection); break;