2 writes to SizeX
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
50bounds.SizeX += (bounds.X - point.X); 55bounds.SizeX = point.X - bounds.X;
22 references to SizeX
PresentationCore (22)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
507double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.Z + box.SizeZ };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (3)
53else if (point.X > (bounds.X + bounds.SizeX)) 176double oldMaxX = originalBox.X + originalBox.SizeX; 332double x2 = originalBox.X + originalBox.SizeX;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
144LengthX = (float)rect.SizeX;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
78rect1.SizeX == rect2.SizeX && 121rect1.SizeX.Equals(rect2.SizeX) && 182SizeX.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) &&