2 writes to SizeZ
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
70
bounds.
SizeZ
+= (bounds.Z - point.Z);
75
bounds.
SizeZ
= point.Z - bounds.Z;
23 references to SizeZ
PresentationCore (23)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
507
double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.Z + box.
SizeZ
};
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (3)
73
else if (point.Z > (bounds.Z + bounds.
SizeZ
))
178
double oldMaxZ = originalBox.Z + originalBox.
SizeZ
;
334
double z2 = originalBox.Z + originalBox.
SizeZ
;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
146
LengthZ = (float)rect.
SizeZ
;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
80
rect1.
SizeZ
== rect2.
SizeZ
;
123
rect1.
SizeZ
.Equals(rect2.
SizeZ
);
184
SizeZ
.GetHashCode();
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
580
!(_cachedBounds.
SizeZ
< actualBounds.
SizeZ
|| _cachedBounds.
SizeZ
> actualBounds.
SizeZ
);
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
155
double zn2 = - AddEpsilon(transformedBoundingBox.Z+transformedBoundingBox.
SizeZ
);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
643
!(cachedBounds.
SizeZ
< currentBounds.
SizeZ
|| cachedBounds.
SizeZ
> currentBounds.
SizeZ
);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
1080
!(bounds1.
SizeZ
< bounds2.
SizeZ
|| bounds1.
SizeZ
> bounds2.
SizeZ
);