3 instantiations of PointLight
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs (1)
109return new PointLight();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7797bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.PointLight(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1471case KnownElements.PointLight: o = new System.Windows.Media.Media3D.PointLight(); break;
7 references to PointLight
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs (4)
61public new PointLight Clone() 63return (PointLight)base.Clone(); 70public new PointLight CloneCurrentValue() 72return (PointLight)base.CloneCurrentValue();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
570case 478: t = () => typeof(PointLight); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7795typeof(System.Windows.Media.Media3D.PointLight),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6022case KnownElements.PointLight: t = typeof(System.Windows.Media.Media3D.PointLight); break;