3 references to HotSpot
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4619cursorLocation.Y += Cursor.Size.Height - currentCursor.HotSpot.Y;
winforms\Managed\System\WinForms\ToolTip.cs (2)
2451if (wp->y + wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom) { 2455wp->y = cursorPos.Y + currentCursor.Size.Height - currentCursor.HotSpot.Y;