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