2 writes to SizeX
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
50
bounds.
SizeX
+= (bounds.X - point.X);
55
bounds.
SizeX
= point.X - bounds.X;
22 references to SizeX
PresentationCore (22)
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)
53
else if (point.X > (bounds.X + bounds.
SizeX
))
176
double oldMaxX = originalBox.X + originalBox.
SizeX
;
332
double x2 = originalBox.X + originalBox.
SizeX
;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
144
LengthX = (float)rect.
SizeX
;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
78
rect1.
SizeX
== rect2.
SizeX
&&
121
rect1.
SizeX
.Equals(rect2.
SizeX
) &&
182
SizeX
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
578
!(_cachedBounds.
SizeX
< actualBounds.
SizeX
|| _cachedBounds.
SizeX
> actualBounds.
SizeX
) &&
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
641
!(cachedBounds.
SizeX
< currentBounds.
SizeX
|| cachedBounds.
SizeX
> currentBounds.
SizeX
) &&
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
1078
!(bounds1.
SizeX
< bounds2.
SizeX
|| bounds1.
SizeX
> bounds2.
SizeX
) &&