13 references to Bounds
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2411using (new LayoutTransaction(ParentInternal, this, PropertyNames.Bounds))
winforms\Managed\System\WinForms\ContainerControl.cs (2)
797LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 1096using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) {
winforms\Managed\System\WinForms\Control.cs (9)
5839LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 9464LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 11312using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) { 11328LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 11352using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) { 11356LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 11810LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 11834LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 12598LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3007LayoutTransaction.DoLayout(this.ParentInternal, this, PropertyNames.Bounds);