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