13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4530
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7931
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9494
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9506
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9533
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9544
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9957
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10006
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10787
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2254
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2640
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
766
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1100
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))