2 references to DirectionalLight
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1211case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.DirectionalLight(); break; 5684case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.DirectionalLight); break;