3 references to Size
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (1)
35
? _control.ParentInternal.RectangleToScreen(_controlItem.GetIconBounds(_provider.Region.
Size
))
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
195
Rectangle bounds = item.GetIconBounds(_provider.Region.
Size
);
307
Size size = iconRegion.
Size
;