14 references to Bounds
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (9)
4833
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
8661
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
10356
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
10368
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
10395
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
10406
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
10808
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10857
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
11652
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2325
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1874
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2639
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
759
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1093
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))