2 references to Viewport3D
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11144
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Viewport3D
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1655
case KnownElements.Viewport3D: o = new System.Windows.Controls.
Viewport3D
(); break;