6 references to NearPlaneDistance
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
191data.nearPlaneDistance = NearPlaneDistance;
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
191data.nearPlaneDistance = NearPlaneDistance;
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (2)
79return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 89double zn = NearPlaneDistance;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (2)
101return GetProjectionMatrix(aspectRatio, NearPlaneDistance, FarPlaneDistance); 112double zn = NearPlaneDistance;