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