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