13 references to Bounds
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2411
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
winforms\Managed\System\WinForms\ContainerControl.cs (2)
797
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1096
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false)) {
winforms\Managed\System\WinForms\Control.cs (9)
5839
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
9464
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
11312
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false)) {
11328
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
11352
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false)) {
11356
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
11810
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
11834
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
12598
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3007
LayoutTransaction.DoLayout(this.ParentInternal, this, PropertyNames.
Bounds
);