13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4530LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 7966LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9529using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9541LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9568using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9579LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9984LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10033LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10814LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2256using (new LayoutTransaction(ParentInternal, this, PropertyNames.Bounds))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2632LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
765LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 1099using (new LayoutTransaction(this, this, PropertyNames.Bounds, false))