13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4529
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7965
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9528
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9540
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9567
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9578
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9983
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10032
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10813
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2256
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2634
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
765
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1099
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))