13 references to Bounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (9)
4529
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
7959
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9522
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, resumeLayout: false))
9534
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9561
using (new LayoutTransaction(this, this, PropertyNames.
Bounds
, false))
9572
LayoutTransaction.DoLayout(this, this, PropertyNames.
Bounds
);
9974
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10023
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
Bounds
);
10804
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)
2634
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))