2 writes to SizeX
PresentationCore (2)
MS\Internal\Media3D\M3DUtil.cs (2)
46bounds.SizeX += (bounds.X - point.X); 51bounds.SizeX = point.X - bounds.X;
22 references to SizeX
PresentationCore (22)
MS\Internal\Media3D\LineUtil.cs (1)
501double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.Z + box.SizeZ };
MS\Internal\Media3D\M3DUtil.cs (3)
49else if (point.X > (bounds.X + bounds.SizeX)) 172double oldMaxX = originalBox.X + originalBox.SizeX; 328double x2 = originalBox.X + originalBox.SizeX;
System\Windows\Media\MILUtilities.cs (1)
125LengthX = (float)rect.SizeX;
System\Windows\Media3D\Generated\Rect3D.cs (5)
52rect1.SizeX == rect2.SizeX && 95rect1.SizeX.Equals(rect2.SizeX) && 156SizeX.GetHashCode() ^
System\Windows\Media3D\MeshGeometry3D.cs (4)
567!(_cachedBounds.SizeX < actualBounds.SizeX || _cachedBounds.SizeX > actualBounds.SizeX) &&
System\Windows\Media3D\Viewport3DVisual.cs (4)
626!(cachedBounds.SizeX < currentBounds.SizeX || cachedBounds.SizeX > currentBounds.SizeX) &&
System\Windows\Media3D\Visual3D.cs (4)
1054!(bounds1.SizeX < bounds2.SizeX || bounds1.SizeX > bounds2.SizeX) &&