3 references to Rect3D
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1491case KnownElements.Rect3D: o = new System.Windows.Media.Media3D.Rect3D(); break; 3773case KnownElements.Rect3D: converterId = KnownElements.Rect3DConverter; break; 6050case KnownElements.Rect3D: t = typeof(System.Windows.Media.Media3D.Rect3D); break;