3 instantiations of AmbientLight
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\AmbientLight.cs (1)
109
return new
AmbientLight
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1684
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
AmbientLight
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1129
case KnownElements.AmbientLight: o = new System.Windows.Media.Media3D.
AmbientLight
(); break;
7 references to AmbientLight
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\AmbientLight.cs (4)
61
public new
AmbientLight
Clone()
63
return (
AmbientLight
)base.Clone();
70
public new
AmbientLight
CloneCurrentValue()
72
return (
AmbientLight
)base.CloneCurrentValue();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
99
case 7: t = () => typeof(
AmbientLight
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1682
typeof(System.Windows.Media.Media3D.
AmbientLight
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5551
case KnownElements.AmbientLight: t = typeof(System.Windows.Media.Media3D.
AmbientLight
); break;