13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4625LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 8056LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9630using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9642LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9669using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9680LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10082LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10131LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10926LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2267using (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))