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