4 instantiations of MaterialCollection
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (2)
501MaterialCollection collection = new MaterialCollection(); 641return new MaterialCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6568bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.MaterialCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1394case KnownElements.MaterialCollection: o = new System.Windows.Media.Media3D.MaterialCollection(); break;
34 references to MaterialCollection
PresentationCore (31)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (17)
63public new MaterialCollection Clone() 65return (MaterialCollection)base.Clone(); 72public new MaterialCollection CloneCurrentValue() 74return (MaterialCollection)base.CloneCurrentValue(); 495internal static MaterialCollection Empty 501MaterialCollection collection = new MaterialCollection(); 618private static MaterialCollection s_empty; 648MaterialCollection sourceMaterialCollection = (MaterialCollection) source; 670MaterialCollection sourceMaterialCollection = (MaterialCollection) source; 692MaterialCollection sourceMaterialCollection = (MaterialCollection) source; 714MaterialCollection sourceMaterialCollection = (MaterialCollection) source; 818internal Enumerator(MaterialCollection list) 929private MaterialCollection _list;
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (13)
111MaterialCollection oldCollection = null; 112MaterialCollection newCollection = null; 116oldCollection = (MaterialCollection) e.OldValue; 127newCollection = (MaterialCollection) e.NewValue; 184public MaterialCollection Children 188return (MaterialCollection) GetValue(ChildrenProperty); 243MaterialCollection vChildren = Children; 284MaterialCollection vChildren = Children; 312MaterialCollection vChildren = Children; 455internal static MaterialCollection s_Children = MaterialCollection.Empty; 484typeof(MaterialCollection), 486new FreezableDefaultValueFactory(MaterialCollection.Empty),
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
535MaterialCollection children = matGroup.Children;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
475case 383: t = () => typeof(MaterialCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6566typeof(System.Windows.Media.Media3D.MaterialCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5927case KnownElements.MaterialCollection: t = typeof(System.Windows.Media.Media3D.MaterialCollection); break;