13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4529LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 7959LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9522using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9534LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9561using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9572LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9974LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10023LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10804LayoutTransaction.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)
759LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 1093using (new LayoutTransaction(this, this, PropertyNames.Bounds, false))