13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4529LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 7965LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9528using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9540LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9567using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9578LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9983LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10032LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10813LayoutTransaction.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)
2634LayoutTransaction.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))