6 types derived from Light
PresentationCore (6)
System\Windows\Media3D\AmbientLight.cs (1)
18
public sealed partial class AmbientLight :
Light
System\Windows\Media3D\DirectionalLight.cs (1)
19
public sealed partial class DirectionalLight :
Light
System\Windows\Media3D\Generated\AmbientLight.cs (1)
25
public sealed partial class AmbientLight :
Light
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
25
public sealed partial class DirectionalLight :
Light
System\Windows\Media3D\Generated\PointLightBase.cs (1)
25
public abstract partial class PointLightBase :
Light
System\Windows\Media3D\PointLightBase.cs (1)
19
public abstract partial class PointLightBase :
Light
10 references to Light
PresentationCore (7)
System\Windows\Media3D\Generated\Light.cs (7)
39
public new
Light
Clone()
41
return (
Light
)base.Clone();
48
public new
Light
CloneCurrentValue()
50
return (
Light
)base.CloneCurrentValue();
66
Light
target = ((
Light
) d);
201
Type typeofThis = typeof(
Light
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
442
case 349: t = () => typeof(
Light
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6705
typeof(System.Windows.Media.Media3D.
Light
),
System\Windows\Markup\KnownTypes.cs (1)
5896
case KnownElements.Light: t = typeof(System.Windows.Media.Media3D.
Light
); break;