1 write to Y
PresentationCore (1)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
61bounds.Y = point.Y;
30 references to Y
PresentationCore (30)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
506double[] rgfMin = new double[] { box.X, box.Y, box.Z }; 507double[] rgfMax = new double[] { box.X + box.SizeX, box.Y + box.SizeY, box.Z + box.SizeZ };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (10)
58if (point.Y < bounds.Y) 60bounds.SizeY += (bounds.Y - point.Y); 63else if (point.Y > (bounds.Y + bounds.SizeY)) 65bounds.SizeY = point.Y - bounds.Y; 177double oldMaxY = originalBox.Y + originalBox.SizeY; 199a = matrix.M21 * originalBox.Y; 246a = matrix.M22 * originalBox.Y; 293a = matrix.M23 * originalBox.Y; 330double y1 = originalBox.Y; 333double y2 = originalBox.Y + originalBox.SizeY;
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
142Y = (float)rect.Y;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (5)
76rect1.Y == rect2.Y && 119rect1.Y.Equals(rect2.Y) && 180Y.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
576!(_cachedBounds.Y < actualBounds.Y || _cachedBounds.Y > actualBounds.Y) &&
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
639!(cachedBounds.Y < currentBounds.Y || cachedBounds.Y > currentBounds.Y) &&
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
1076!(bounds1.Y < bounds2.Y || bounds1.Y > bounds2.Y) &&