6 references to Size
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Cursor.cs (3)
364Size sz = Size; 431Size cursorSize = Size; 590Size iconSize = Size;
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;