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