4 references to SetRectangle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
1538Properties.SetRectangle(PropMaximizedBounds, value);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (3)
292element.Properties.SetRectangle(_specifiedBoundsProperty, originalBounds); 299element.Properties.SetRectangle(_specifiedBoundsProperty, LayoutUtils.MaxRectangle); 307element.Properties.SetRectangle(_specifiedBoundsProperty, bounds);