14 references to Size
System.Windows.Forms (14)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
85All = Location | Size,
winforms\Managed\System\WinForms\Button.cs (1)
96ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Control.cs (2)
960ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size); 3896SetBounds(x, y, value.Width, value.Height, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Form.cs (3)
720toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size); 5681if ((restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) { 6889restoredWindowBoundsSpecified = BoundsSpecified.Size;
winforms\Managed\System\WinForms\GroupBox.cs (1)
142ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
216element.SetBounds(bounds, BoundsSpecified.Size); 238element.SetBounds(bounds, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Panel.cs (1)
113ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
151BoundsSpecified.Size); 157BoundsSpecified.Size);
winforms\Managed\System\WinForms\UserControl.cs (1)
114toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size);