3 instantiations of AmbientLight
PresentationCore (1)
System\Windows\Media3D\Generated\AmbientLight.cs (1)
103
return new
AmbientLight
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1688
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
AmbientLight
(); };
System\Windows\Markup\KnownTypes.cs (1)
1128
case KnownElements.AmbientLight: o = new System.Windows.Media.Media3D.
AmbientLight
(); break;
7 references to AmbientLight
PresentationCore (4)
System\Windows\Media3D\Generated\AmbientLight.cs (4)
55
public new
AmbientLight
Clone()
57
return (
AmbientLight
)base.Clone();
64
public new
AmbientLight
CloneCurrentValue()
66
return (
AmbientLight
)base.CloneCurrentValue();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
103
case 7: t = () => typeof(
AmbientLight
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1686
typeof(System.Windows.Media.Media3D.
AmbientLight
),
System\Windows\Markup\KnownTypes.cs (1)
5561
case KnownElements.AmbientLight: t = typeof(System.Windows.Media.Media3D.
AmbientLight
); break;