3 instantiations of SpotLight
PresentationCore (1)
System\Windows\Media3D\Generated\SpotLight.cs (1)
142
return new
SpotLight
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10413
DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.
SpotLight
(); }
System\Windows\Markup\KnownTypes.cs (1)
1557
case KnownElements.SpotLight: o = new System.Windows.Media.Media3D.
SpotLight
(); break;
14 references to SpotLight
PresentationCore (11)
System\Windows\Media3D\Generated\SpotLight.cs (11)
31
public new
SpotLight
Clone()
33
return (
SpotLight
)base.Clone();
40
public new
SpotLight
CloneCurrentValue()
42
return (
SpotLight
)base.CloneCurrentValue();
58
SpotLight
target = ((
SpotLight
) d);
65
SpotLight
target = ((
SpotLight
) d);
72
SpotLight
target = ((
SpotLight
) d);
374
Type typeofThis = typeof(
SpotLight
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
694
case 600: t = () => typeof(
SpotLight
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10410
typeof(System.Windows.Media.Media3D.
SpotLight
),
System\Windows\Markup\KnownTypes.cs (1)
6148
case KnownElements.SpotLight: t = typeof(System.Windows.Media.Media3D.
SpotLight
); break;