4 references to HotSpot
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
4512cursorLocation.X += currentCursor.HotSpot.X + 1; 4513cursorLocation.Y += Cursor.Size.Height - currentCursor.HotSpot.Y;
System\Windows\Forms\ToolTip\ToolTip.cs (2)
2185if (wp->y + wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom) 2191wp->y = cursorPos.Y + currentCursor.Size.Height - currentCursor.HotSpot.Y;