13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4618LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 8051LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9625using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9637LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9664using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9675LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10077LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10126LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10921LayoutTransaction.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)
2639LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
759LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 1093using (new LayoutTransaction(this, this, PropertyNames.Bounds, false))