13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4530
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7926
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9489
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9501
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9528
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9539
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9952
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10001
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10782
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2255
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2640
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
766
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1100
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))