6 types derived from Light
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\AmbientLight.cs (1)
29
public sealed partial class AmbientLight :
Light
Core\CSharp\System\Windows\Media3D\DirectionalLight.cs (1)
30
public sealed partial class DirectionalLight :
Light
Core\CSharp\System\Windows\Media3D\Generated\AmbientLight.cs (1)
47
sealed partial class AmbientLight :
Light
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
47
sealed partial class DirectionalLight :
Light
Core\CSharp\System\Windows\Media3D\Generated\PointLightBase.cs (1)
47
abstract partial class PointLightBase :
Light
Core\CSharp\System\Windows\Media3D\PointLightBase.cs (1)
31
public abstract partial class PointLightBase :
Light
10 references to Light
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (7)
61
public new
Light
Clone()
63
return (
Light
)base.Clone();
70
public new
Light
CloneCurrentValue()
72
return (
Light
)base.CloneCurrentValue();
88
Light
target = ((
Light
) d);
224
Type typeofThis = typeof(
Light
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
441
case 349: t = () => typeof(
Light
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6126
typeof(System.Windows.Media.Media3D.
Light
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5893
case KnownElements.Light: t = typeof(System.Windows.Media.Media3D.
Light
); break;