4 types derived from ProjectionCamera
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
25public sealed partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
25public sealed partial class PerspectiveCamera : ProjectionCamera
System\Windows\Media3D\OrthographicCamera.cs (1)
14public partial class OrthographicCamera : ProjectionCamera
System\Windows\Media3D\PerspectiveCamera.cs (1)
14public partial class PerspectiveCamera : ProjectionCamera
18 references to ProjectionCamera
PresentationCore (15)
System\Windows\Media3D\Generated\ProjectionCamera.cs (15)
39public new ProjectionCamera Clone() 41return (ProjectionCamera)base.Clone(); 48public new ProjectionCamera CloneCurrentValue() 50return (ProjectionCamera)base.CloneCurrentValue(); 66ProjectionCamera target = ((ProjectionCamera) d); 73ProjectionCamera target = ((ProjectionCamera) d); 80ProjectionCamera target = ((ProjectionCamera) d); 87ProjectionCamera target = ((ProjectionCamera) d); 94ProjectionCamera target = ((ProjectionCamera) d); 296Type typeofThis = typeof(ProjectionCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
583case 490: t = () => typeof(ProjectionCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8780typeof(System.Windows.Media.Media3D.ProjectionCamera),
System\Windows\Markup\KnownTypes.cs (1)
6037case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break;