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