13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4618LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 8053LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9627using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9639LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9666using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 9677LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10079LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10128LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10923LayoutTransaction.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))