4 types derived from ProjectionCamera
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
17
sealed partial class OrthographicCamera :
ProjectionCamera
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
17
sealed partial class PerspectiveCamera :
ProjectionCamera
System\Windows\Media3D\OrthographicCamera.cs (1)
15
public partial class OrthographicCamera :
ProjectionCamera
System\Windows\Media3D\PerspectiveCamera.cs (1)
15
public partial class PerspectiveCamera :
ProjectionCamera
18 references to ProjectionCamera
PresentationCore (15)
System\Windows\Media3D\Generated\ProjectionCamera.cs (15)
29
public new
ProjectionCamera
Clone()
31
return (
ProjectionCamera
)base.Clone();
38
public new
ProjectionCamera
CloneCurrentValue()
40
return (
ProjectionCamera
)base.CloneCurrentValue();
56
ProjectionCamera
target = ((
ProjectionCamera
) d);
63
ProjectionCamera
target = ((
ProjectionCamera
) d);
70
ProjectionCamera
target = ((
ProjectionCamera
) d);
77
ProjectionCamera
target = ((
ProjectionCamera
) d);
84
ProjectionCamera
target = ((
ProjectionCamera
) d);
287
Type typeofThis = typeof(
ProjectionCamera
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
584
case 490: t = () => typeof(
ProjectionCamera
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7957
typeof(System.Windows.Media.Media3D.
ProjectionCamera
),
System\Windows\Markup\KnownTypes.cs (1)
6044
case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.
ProjectionCamera
); break;