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