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