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