3 instantiations of EmissiveMaterial
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (1)
191return new EmissiveMaterial();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4103bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.EmissiveMaterial(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1259case KnownElements.EmissiveMaterial: o = new System.Windows.Media.Media3D.EmissiveMaterial(); break;
15 references to EmissiveMaterial
PresentationCore (12)
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (9)
61public new EmissiveMaterial Clone() 63return (EmissiveMaterial)base.Clone(); 70public new EmissiveMaterial CloneCurrentValue() 72return (EmissiveMaterial)base.CloneCurrentValue(); 88EmissiveMaterial target = ((EmissiveMaterial) d); 114EmissiveMaterial target = ((EmissiveMaterial) d); 379Type typeofThis = typeof(EmissiveMaterial);
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
506else if (currMaterial is EmissiveMaterial) 508EmissiveMaterial emmMaterial = (EmissiveMaterial)currMaterial;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
286case 194: t = () => typeof(EmissiveMaterial); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4101typeof(System.Windows.Media.Media3D.EmissiveMaterial),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5738case KnownElements.EmissiveMaterial: t = typeof(System.Windows.Media.Media3D.EmissiveMaterial); break;