3 instantiations of SpotLight
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (1)
172
return new
SpotLight
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9390
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
SpotLight
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1564
case KnownElements.SpotLight: o = new System.Windows.Media.Media3D.
SpotLight
(); break;
14 references to SpotLight
PresentationCore (11)
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (11)
61
public new
SpotLight
Clone()
63
return (
SpotLight
)base.Clone();
70
public new
SpotLight
CloneCurrentValue()
72
return (
SpotLight
)base.CloneCurrentValue();
88
SpotLight
target = ((
SpotLight
) d);
95
SpotLight
target = ((
SpotLight
) d);
102
SpotLight
target = ((
SpotLight
) d);
415
Type typeofThis = typeof(
SpotLight
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
692
case 600: t = () => typeof(
SpotLight
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9388
typeof(System.Windows.Media.Media3D.
SpotLight
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6144
case KnownElements.SpotLight: t = typeof(System.Windows.Media.Media3D.
SpotLight
); break;