1 write to Z
PresentationCore (1)
MS\Internal\Media3D\M3DUtil.cs (1)
66
bounds.
Z
= point.Z;
31 references to Z
PresentationCore (31)
MS\Internal\Media3D\LineUtil.cs (2)
499
double[] rgfMin = new double[] { box.X, box.Y, box.
Z
};
500
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.
Z
+ box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (10)
63
if (point.Z < bounds.
Z
)
65
bounds.SizeZ += (bounds.
Z
- point.Z);
68
else if (point.Z > (bounds.
Z
+ bounds.SizeZ))
70
bounds.SizeZ = point.Z - bounds.
Z
;
173
double oldMaxZ = originalBox.
Z
+ originalBox.SizeZ;
208
a = matrix.M31 * originalBox.
Z
;
255
a = matrix.M32 * originalBox.
Z
;
302
a = matrix.M33 * originalBox.
Z
;
326
double z1 = originalBox.
Z
;
329
double z2 = originalBox.
Z
+ originalBox.SizeZ;
System\Windows\Media\MILUtilities.cs (1)
123
Z = (float)rect.
Z
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
57
rect1.
Z
== rect2.
Z
&&
100
rect1.
Z
.Equals(rect2.
Z
) &&
161
Z
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
565
!(_cachedBounds.
Z
< actualBounds.
Z
|| _cachedBounds.
Z
> actualBounds.
Z
) &&
System\Windows\Media3D\OrthographicCamera.cs (1)
147
double zn2 = - AddEpsilon(transformedBoundingBox.
Z
+transformedBoundingBox.SizeZ);
System\Windows\Media3D\Viewport3DVisual.cs (4)
618
!(cachedBounds.
Z
< currentBounds.
Z
|| cachedBounds.
Z
> currentBounds.
Z
) &&
System\Windows\Media3D\Visual3D.cs (4)
1052
!(bounds1.
Z
< bounds2.
Z
|| bounds1.
Z
> bounds2.
Z
) &&