1 write to Z
PresentationCore (1)
MS\Internal\Media3D\M3DUtil.cs (1)
67
bounds.
Z
= point.Z;
31 references to Z
PresentationCore (31)
MS\Internal\Media3D\LineUtil.cs (2)
500
double[] rgfMin = new double[] { box.X, box.Y, box.
Z
};
501
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.
Z
+ box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (10)
64
if (point.Z < bounds.
Z
)
66
bounds.SizeZ += (bounds.
Z
- point.Z);
69
else if (point.Z > (bounds.
Z
+ bounds.SizeZ))
71
bounds.SizeZ = point.Z - bounds.
Z
;
174
double oldMaxZ = originalBox.
Z
+ originalBox.SizeZ;
209
a = matrix.M31 * originalBox.
Z
;
256
a = matrix.M32 * originalBox.
Z
;
303
a = matrix.M33 * originalBox.
Z
;
327
double z1 = originalBox.
Z
;
330
double z2 = originalBox.
Z
+ originalBox.SizeZ;
System\Windows\Media\MILUtilities.cs (1)
124
Z = (float)rect.
Z
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
51
rect1.
Z
== rect2.
Z
&&
94
rect1.
Z
.Equals(rect2.
Z
) &&
155
Z
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
566
!(_cachedBounds.
Z
< actualBounds.
Z
|| _cachedBounds.
Z
> actualBounds.
Z
) &&
System\Windows\Media3D\OrthographicCamera.cs (1)
148
double zn2 = - AddEpsilon(transformedBoundingBox.
Z
+transformedBoundingBox.SizeZ);
System\Windows\Media3D\Viewport3DVisual.cs (4)
619
!(cachedBounds.
Z
< currentBounds.
Z
|| cachedBounds.
Z
> currentBounds.
Z
) &&
System\Windows\Media3D\Visual3D.cs (4)
1053
!(bounds1.
Z
< bounds2.
Z
|| bounds1.
Z
> bounds2.
Z
) &&