4 types derived from ProjectionCamera
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
41sealed partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
41sealed partial class PerspectiveCamera : ProjectionCamera
System\Windows\Media3D\OrthographicCamera.cs (1)
21public partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\PerspectiveCamera.cs (1)
21public partial class PerspectiveCamera : ProjectionCamera
18 references to ProjectionCamera
PresentationCore (15)
System\Windows\Media3D\Generated\ProjectionCamera.cs (15)
55public new ProjectionCamera Clone() 57return (ProjectionCamera)base.Clone(); 64public new ProjectionCamera CloneCurrentValue() 66return (ProjectionCamera)base.CloneCurrentValue(); 82ProjectionCamera target = ((ProjectionCamera) d); 89ProjectionCamera target = ((ProjectionCamera) d); 96ProjectionCamera target = ((ProjectionCamera) d); 103ProjectionCamera target = ((ProjectionCamera) d); 110ProjectionCamera target = ((ProjectionCamera) d); 313Type typeofThis = typeof(ProjectionCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
586case 490: t = () => typeof(ProjectionCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7959typeof(System.Windows.Media.Media3D.ProjectionCamera),
System\Windows\Markup\KnownTypes.cs (1)
6044case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break;