6 references to FarPlaneDistance
PresentationCore (6)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
160data.farPlaneDistance = FarPlaneDistance;
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
160data.farPlaneDistance = FarPlaneDistance;
System\Windows\Media3D\OrthographicCamera.cs (2)
72return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 83double zf = FarPlaneDistance;
System\Windows\Media3D\PerspectiveCamera.cs (2)
94return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 106double zf = FarPlaneDistance;