1 write to Z
PresentationCore (1)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
71bounds.Z = point.Z;
31 references to Z
PresentationCore (31)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
506double[] rgfMin = new double[] { box.X, box.Y, box.Z }; 507double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.Z + box.SizeZ };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (10)
68if (point.Z < bounds.Z) 70bounds.SizeZ += (bounds.Z - point.Z); 73else if (point.Z > (bounds.Z + bounds.SizeZ)) 75bounds.SizeZ = point.Z - bounds.Z; 178double oldMaxZ = originalBox.Z + originalBox.SizeZ; 213a = matrix.M31 * originalBox.Z; 260a = matrix.M32 * originalBox.Z; 307a = matrix.M33 * originalBox.Z; 331double z1 = originalBox.Z; 334double z2 = originalBox.Z + originalBox.SizeZ;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
143Z = (float)rect.Z;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
77rect1.Z == rect2.Z && 120rect1.Z.Equals(rect2.Z) && 181Z.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
577!(_cachedBounds.Z < actualBounds.Z || _cachedBounds.Z > actualBounds.Z) &&
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
155double zn2 = - AddEpsilon(transformedBoundingBox.Z+transformedBoundingBox.SizeZ);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
640!(cachedBounds.Z < currentBounds.Z || cachedBounds.Z > currentBounds.Z) &&
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
1077!(bounds1.Z < bounds2.Z || bounds1.Z > bounds2.Z) &&