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