8 references to Size
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (2)
9852Size adornmentSize = adornments.Size; 10250return rect.Size;
System\Windows\Forms\Form.cs (1)
3279return result.Size;
System\Windows\Forms\Rendering\TextExtensions.cs (1)
267return rect.Size;
System\Windows\Forms\ToolTip\ToolTip.cs (4)
1992Reposition(tipInfo.Position, rectangle.Size); 2045Size currentTooltipSize = rect.Size; 2068currentTooltipSize = (e.ToolTipSize == currentTooltipSize) ? rect.Size : e.ToolTipSize; 2084if (currentTooltipSize != rect.Size)