13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4530
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7966
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9529
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9541
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9568
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9579
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9984
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10033
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10814
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2256
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Bounds
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2632
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
765
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
1099
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))