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