14 references to Bounds
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (9)
4833LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 8661LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10356using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 10368LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10395using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 10406LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10808LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10857LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 11652LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2325using (new LayoutTransaction(ParentInternal, this, PropertyNames.Bounds))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1874LayoutTransaction.DoLayoutIf(AutoSize, 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))