3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
122return new OrthographicCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7198bamlType.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)
55public new OrthographicCamera Clone() 57return (OrthographicCamera)base.Clone(); 64public new OrthographicCamera CloneCurrentValue() 66return (OrthographicCamera)base.CloneCurrentValue(); 82OrthographicCamera target = ((OrthographicCamera) d); 326Type typeofThis = typeof(OrthographicCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
528case 432: t = () => typeof(OrthographicCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7196typeof(System.Windows.Media.Media3D.OrthographicCamera),
System\Windows\Markup\KnownTypes.cs (1)
5986case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break;