4 types derived from ProjectionCamera
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
47sealed partial class OrthographicCamera : ProjectionCamera
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
47sealed partial class PerspectiveCamera : ProjectionCamera
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
22public partial class OrthographicCamera : ProjectionCamera
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
22public partial class PerspectiveCamera : ProjectionCamera
18 references to ProjectionCamera
PresentationCore (15)
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (15)
61public new ProjectionCamera Clone() 63return (ProjectionCamera)base.Clone(); 70public new ProjectionCamera CloneCurrentValue() 72return (ProjectionCamera)base.CloneCurrentValue(); 88ProjectionCamera target = ((ProjectionCamera) d); 95ProjectionCamera target = ((ProjectionCamera) d); 102ProjectionCamera target = ((ProjectionCamera) d); 109ProjectionCamera target = ((ProjectionCamera) d); 116ProjectionCamera target = ((ProjectionCamera) d); 319Type typeofThis = typeof(ProjectionCamera);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
582case 490: t = () => typeof(ProjectionCamera); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7955typeof(System.Windows.Media.Media3D.ProjectionCamera),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6034case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break;