2 writes to SizeX
PresentationCore (2)
MS\Internal\Media3D\M3DUtil.cs (2)
49
bounds.
SizeX
+= (bounds.X - point.X);
54
bounds.
SizeX
= point.X - bounds.X;
22 references to SizeX
PresentationCore (22)
MS\Internal\Media3D\LineUtil.cs (1)
506
double[] rgfMax = new double[] { box.X + box.
SizeX
, box.Y + box.SizeY, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (3)
52
else if (point.X > (bounds.X + bounds.
SizeX
))
175
double oldMaxX = originalBox.X + originalBox.
SizeX
;
331
double x2 = originalBox.X + originalBox.
SizeX
;
System\Windows\Media\MILUtilities.cs (1)
131
LengthX = (float)rect.
SizeX
;
System\Windows\Media3D\Generated\Rect3D.cs (5)
73
rect1.
SizeX
== rect2.
SizeX
&&
116
rect1.
SizeX
.Equals(rect2.
SizeX
) &&
177
SizeX
.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
573
!(_cachedBounds.
SizeX
< actualBounds.
SizeX
|| _cachedBounds.
SizeX
> actualBounds.
SizeX
) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
637
!(cachedBounds.
SizeX
< currentBounds.
SizeX
|| cachedBounds.
SizeX
> currentBounds.
SizeX
) &&
System\Windows\Media3D\Visual3D.cs (4)
1062
!(bounds1.
SizeX
< bounds2.
SizeX
|| bounds1.
SizeX
> bounds2.
SizeX
) &&