1 write to Z
PresentationCore (1)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
71
bounds.
Z
= point.Z;
31 references to Z
PresentationCore (31)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
506
double[] rgfMin = new double[] { box.X, box.Y, box.
Z
};
507
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.
Z
+ box.SizeZ };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (10)
68
if (point.Z < bounds.
Z
)
70
bounds.SizeZ += (bounds.
Z
- point.Z);
73
else if (point.Z > (bounds.
Z
+ bounds.SizeZ))
75
bounds.SizeZ = point.Z - bounds.
Z
;
178
double oldMaxZ = originalBox.
Z
+ originalBox.SizeZ;
213
a = matrix.M31 * originalBox.
Z
;
260
a = matrix.M32 * originalBox.
Z
;
307
a = matrix.M33 * originalBox.
Z
;
331
double z1 = originalBox.
Z
;
334
double z2 = originalBox.
Z
+ originalBox.SizeZ;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
143
Z = (float)rect.
Z
;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
77
rect1.
Z
== rect2.
Z
&&
120
rect1.
Z
.Equals(rect2.
Z
) &&
181
Z
.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)
155
double 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
) &&