6 references to FarPlaneDistance
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
196data.farPlaneDistance = FarPlaneDistance;
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
196data.farPlaneDistance = FarPlaneDistance;
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (2)
79return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 90double zf = FarPlaneDistance;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (2)
101return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 113double zf = FarPlaneDistance;