4 references to PointLight
PresentationCore (2)
System\Windows\Media3D\Generated\PointLight.cs (1)
79return new PointLight();
System\Windows\Media3D\PointLight.cs (1)
41: this()
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8604DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.PointLight(); }
System\Windows\Markup\KnownTypes.cs (1)
1464case KnownElements.PointLight: o = new System.Windows.Media.Media3D.PointLight(); break;