4 types derived from PointLightBase
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs (1)
47
sealed partial class PointLight :
PointLightBase
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (1)
47
sealed partial class SpotLight :
PointLightBase
Core\CSharp\System\Windows\Media3D\PointLight.cs (1)
31
public sealed partial class PointLight :
PointLightBase
Core\CSharp\System\Windows\Media3D\SpotLight.cs (1)
33
public sealed partial class SpotLight :
PointLightBase
18 references to PointLightBase
PresentationCore (15)
Core\CSharp\System\Windows\Media3D\Generated\PointLightBase.cs (15)
61
public new
PointLightBase
Clone()
63
return (
PointLightBase
)base.Clone();
70
public new
PointLightBase
CloneCurrentValue()
72
return (
PointLightBase
)base.CloneCurrentValue();
88
PointLightBase
target = ((
PointLightBase
) d);
95
PointLightBase
target = ((
PointLightBase
) d);
102
PointLightBase
target = ((
PointLightBase
) d);
109
PointLightBase
target = ((
PointLightBase
) d);
116
PointLightBase
target = ((
PointLightBase
) d);
319
Type typeofThis = typeof(
PointLightBase
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
571
case 479: t = () => typeof(
PointLightBase
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7807
typeof(System.Windows.Media.Media3D.
PointLightBase
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6023
case KnownElements.PointLightBase: t = typeof(System.Windows.Media.Media3D.
PointLightBase
); break;