14 references to Size
System.Windows.Forms (14)
System\Windows\Forms\BoundsSpecified.cs (1)
49All = Location | Size,
System\Windows\Forms\Control.cs (2)
719parent.LayoutEngine.InitLayout(this, BoundsSpecified.Size); 3101set => SetBounds(_x, _y, value.Width, value.Height, BoundsSpecified.Size);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
67ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
103ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (2)
161BoundsSpecified.Size); 168BoundsSpecified.Size);
System\Windows\Forms\Form.cs (3)
551toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size); 5079if ((_restoredWindowBoundsSpecified & BoundsSpecified.Size) != 0) 6563_restoredWindowBoundsSpecified = BoundsSpecified.Size;
System\Windows\Forms\Layout\CommonProperties.cs (2)
209element.SetBounds(bounds, BoundsSpecified.Size); 233element.SetBounds(bounds, BoundsSpecified.Size);
System\Windows\Forms\Panels\Panel.cs (1)
82ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\UserControl.cs (1)
90toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size);