3 instantiations of SpotLight
PresentationCore (1)
System\Windows\Media3D\Generated\SpotLight.cs (1)
166return new SpotLight();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9394bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.SpotLight(); };
System\Windows\Markup\KnownTypes.cs (1)
1563case KnownElements.SpotLight: o = new System.Windows.Media.Media3D.SpotLight(); break;
14 references to SpotLight
PresentationCore (11)
System\Windows\Media3D\Generated\SpotLight.cs (11)
55public new SpotLight Clone() 57return (SpotLight)base.Clone(); 64public new SpotLight CloneCurrentValue() 66return (SpotLight)base.CloneCurrentValue(); 82SpotLight target = ((SpotLight) d); 89SpotLight target = ((SpotLight) d); 96SpotLight target = ((SpotLight) d); 398Type typeofThis = typeof(SpotLight);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
696case 600: t = () => typeof(SpotLight); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9392typeof(System.Windows.Media.Media3D.SpotLight),
System\Windows\Markup\KnownTypes.cs (1)
6154case KnownElements.SpotLight: t = typeof(System.Windows.Media.Media3D.SpotLight); break;