4 references to PointLight
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs (1)
109
return new
PointLight
();
Core\CSharp\System\Windows\Media3D\PointLight.cs (1)
52
:
this
()
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7797
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
PointLight
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1471
case KnownElements.PointLight: o = new System.Windows.Media.Media3D.
PointLight
(); break;