8 references to Size
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (2)
9847Size adornmentSize = adornments.Size; 10245return 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)
1986Reposition(tipInfo.Position, rectangle.Size); 2039Size currentTooltipSize = rect.Size; 2062currentTooltipSize = (e.ToolTipSize == currentTooltipSize) ? rect.Size : e.ToolTipSize; 2078if (currentTooltipSize != rect.Size)