3 instantiations of OrthographicCamera
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
128return new OrthographicCamera();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7194bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.OrthographicCamera(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1433case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.OrthographicCamera(); break;
10 references to OrthographicCamera
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
61public new OrthographicCamera Clone() 63return (OrthographicCamera)base.Clone(); 70public new OrthographicCamera CloneCurrentValue() 72return (OrthographicCamera)base.CloneCurrentValue(); 88OrthographicCamera target = ((OrthographicCamera) d); 343Type typeofThis = typeof(OrthographicCamera);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
524case 432: t = () => typeof(OrthographicCamera); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7192typeof(System.Windows.Media.Media3D.OrthographicCamera),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5976case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break;