7 references to Size
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4508
cursorLocation.Y += Cursor.
Size
.Height - currentCursor.HotSpot.Y;
System\Windows\Forms\Input\Cursor.cs (3)
224
Size sz =
Size
;
267
Size cursorSize =
Size
;
392
return
Size
;
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;
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
25
ItemHeight = Math.Max(4 + Cursors.Default.
Size
.Height, Font.Height);