3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
98return new OrthographicCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7196bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.OrthographicCamera(); };
System\Windows\Markup\KnownTypes.cs (1)
1432case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.OrthographicCamera(); break;
10 references to OrthographicCamera
PresentationCore (7)
System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
31public new OrthographicCamera Clone() 33return (OrthographicCamera)base.Clone(); 40public new OrthographicCamera CloneCurrentValue() 42return (OrthographicCamera)base.CloneCurrentValue(); 58OrthographicCamera target = ((OrthographicCamera) d); 302Type typeofThis = typeof(OrthographicCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
526case 432: t = () => typeof(OrthographicCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7194typeof(System.Windows.Media.Media3D.OrthographicCamera),
System\Windows\Markup\KnownTypes.cs (1)
5986case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break;