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