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