13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4531
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7967
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9530
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9542
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9569
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9580
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9985
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10034
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10815
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)
2632
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))