3 instantiations of DirectionalLight
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
128return new DirectionalLight();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3411bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.DirectionalLight(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1211case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.DirectionalLight(); break;
10 references to DirectionalLight
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (7)
61public new DirectionalLight Clone() 63return (DirectionalLight)base.Clone(); 70public new DirectionalLight CloneCurrentValue() 72return (DirectionalLight)base.CloneCurrentValue(); 88DirectionalLight target = ((DirectionalLight) d); 319Type typeofThis = typeof(DirectionalLight);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
232case 140: t = () => typeof(DirectionalLight); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3409typeof(System.Windows.Media.Media3D.DirectionalLight),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5684case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.DirectionalLight); break;