1 write to Z
PresentationCore (1)
MS\Internal\Media3D\M3DUtil.cs (1)
70
bounds.
Z
= point.Z;
31 references to Z
PresentationCore (31)
MS\Internal\Media3D\LineUtil.cs (2)
505
double[] rgfMin = new double[] { box.X, box.Y, box.
Z
};
506
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.
Z
+ box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (10)
67
if (point.Z < bounds.
Z
)
69
bounds.SizeZ += (bounds.
Z
- point.Z);
72
else if (point.Z > (bounds.
Z
+ bounds.SizeZ))
74
bounds.SizeZ = point.Z - bounds.
Z
;
177
double oldMaxZ = originalBox.
Z
+ originalBox.SizeZ;
212
a = matrix.M31 * originalBox.
Z
;
259
a = matrix.M32 * originalBox.
Z
;
306
a = matrix.M33 * originalBox.
Z
;
330
double z1 = originalBox.
Z
;
333
double z2 = originalBox.
Z
+ originalBox.SizeZ;
System\Windows\Media\MILUtilities.cs (1)
130
Z = (float)rect.
Z
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
72
rect1.
Z
== rect2.
Z
&&
115
rect1.
Z
.Equals(rect2.
Z
) &&
176
Z
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
572
!(_cachedBounds.
Z
< actualBounds.
Z
|| _cachedBounds.
Z
> actualBounds.
Z
) &&
System\Windows\Media3D\OrthographicCamera.cs (1)
154
double zn2 = - AddEpsilon(transformedBoundingBox.
Z
+transformedBoundingBox.SizeZ);
System\Windows\Media3D\Viewport3DVisual.cs (4)
636
!(cachedBounds.
Z
< currentBounds.
Z
|| cachedBounds.
Z
> currentBounds.
Z
) &&
System\Windows\Media3D\Visual3D.cs (4)
1061
!(bounds1.
Z
< bounds2.
Z
|| bounds1.
Z
> bounds2.
Z
) &&