4 types derived from PointLightBase
PresentationCore (4)
System\Windows\Media3D\Generated\PointLight.cs (1)
25
public sealed partial class PointLight :
PointLightBase
System\Windows\Media3D\Generated\SpotLight.cs (1)
25
public sealed partial class SpotLight :
PointLightBase
System\Windows\Media3D\PointLight.cs (1)
19
public sealed partial class PointLight :
PointLightBase
System\Windows\Media3D\SpotLight.cs (1)
22
public sealed partial class SpotLight :
PointLightBase
18 references to PointLightBase
PresentationCore (15)
System\Windows\Media3D\Generated\PointLightBase.cs (15)
39
public new
PointLightBase
Clone()
41
return (
PointLightBase
)base.Clone();
48
public new
PointLightBase
CloneCurrentValue()
50
return (
PointLightBase
)base.CloneCurrentValue();
66
PointLightBase
target = ((
PointLightBase
) d);
73
PointLightBase
target = ((
PointLightBase
) d);
80
PointLightBase
target = ((
PointLightBase
) d);
87
PointLightBase
target = ((
PointLightBase
) d);
94
PointLightBase
target = ((
PointLightBase
) d);
296
Type typeofThis = typeof(
PointLightBase
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
572
case 479: t = () => typeof(
PointLightBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8614
typeof(System.Windows.Media.Media3D.
PointLightBase
),
System\Windows\Markup\KnownTypes.cs (1)
6026
case KnownElements.PointLightBase: t = typeof(System.Windows.Media.Media3D.
PointLightBase
); break;