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