3 instantiations of PointLight
PresentationCore (1)
System\Windows\Media3D\Generated\PointLight.cs (1)
103return new PointLight();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7801bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.PointLight(); };
System\Windows\Markup\KnownTypes.cs (1)
1470case KnownElements.PointLight: o = new System.Windows.Media.Media3D.PointLight(); break;
7 references to PointLight
PresentationCore (4)
System\Windows\Media3D\Generated\PointLight.cs (4)
55public new PointLight Clone() 57return (PointLight)base.Clone(); 64public new PointLight CloneCurrentValue() 66return (PointLight)base.CloneCurrentValue();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
574case 478: t = () => typeof(PointLight); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7799typeof(System.Windows.Media.Media3D.PointLight),
System\Windows\Markup\KnownTypes.cs (1)
6032case KnownElements.PointLight: t = typeof(System.Windows.Media.Media3D.PointLight); break;