3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
106return new OrthographicCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7916DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.OrthographicCamera(); }
System\Windows\Markup\KnownTypes.cs (1)
1425case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.OrthographicCamera(); break;
10 references to OrthographicCamera
PresentationCore (7)
System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
39public new OrthographicCamera Clone() 41return (OrthographicCamera)base.Clone(); 48public new OrthographicCamera CloneCurrentValue() 50return (OrthographicCamera)base.CloneCurrentValue(); 66OrthographicCamera target = ((OrthographicCamera) d); 314Type typeofThis = typeof(OrthographicCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
525case 432: t = () => typeof(OrthographicCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7913typeof(System.Windows.Media.Media3D.OrthographicCamera),
System\Windows\Markup\KnownTypes.cs (1)
5979case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break;