13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4625
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
8058
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9632
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9644
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9671
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9682
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
10084
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10133
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10928
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2267
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2639
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
759
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1093
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))