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