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