3 instantiations of DirectionalLight
PresentationCore (1)
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
106return new DirectionalLight();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3637DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.DirectionalLight(); }
System\Windows\Markup\KnownTypes.cs (1)
1203case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.DirectionalLight(); break;
10 references to DirectionalLight
PresentationCore (7)
System\Windows\Media3D\Generated\DirectionalLight.cs (7)
39public new DirectionalLight Clone() 41return (DirectionalLight)base.Clone(); 48public new DirectionalLight CloneCurrentValue() 50return (DirectionalLight)base.CloneCurrentValue(); 66DirectionalLight target = ((DirectionalLight) d); 290Type typeofThis = typeof(DirectionalLight);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
233case 140: t = () => typeof(DirectionalLight); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3634typeof(System.Windows.Media.Media3D.DirectionalLight),
System\Windows\Markup\KnownTypes.cs (1)
5687case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.DirectionalLight); break;