3 references to OrthographicCamera
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
128
return new
OrthographicCamera
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7194
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
OrthographicCamera
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1433
case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.
OrthographicCamera
(); break;