4 types derived from ProjectionCamera
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
17sealed partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
17sealed partial class PerspectiveCamera : ProjectionCamera
System\Windows\Media3D\OrthographicCamera.cs (1)
15public partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\PerspectiveCamera.cs (1)
15public partial class PerspectiveCamera : ProjectionCamera
18 references to ProjectionCamera
PresentationCore (15)
System\Windows\Media3D\Generated\ProjectionCamera.cs (15)
29public new ProjectionCamera Clone() 31return (ProjectionCamera)base.Clone(); 38public new ProjectionCamera CloneCurrentValue() 40return (ProjectionCamera)base.CloneCurrentValue(); 56ProjectionCamera target = ((ProjectionCamera) d); 63ProjectionCamera target = ((ProjectionCamera) d); 70ProjectionCamera target = ((ProjectionCamera) d); 77ProjectionCamera target = ((ProjectionCamera) d); 84ProjectionCamera target = ((ProjectionCamera) d); 287Type typeofThis = typeof(ProjectionCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
584case 490: t = () => typeof(ProjectionCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7957typeof(System.Windows.Media.Media3D.ProjectionCamera),
System\Windows\Markup\KnownTypes.cs (1)
6044case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break;