3 references to DirectionalLight
PresentationCore (1)
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
122
return new
DirectionalLight
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3415
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
DirectionalLight
(); };
System\Windows\Markup\KnownTypes.cs (1)
1210
case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.
DirectionalLight
(); break;