7 references to LayoutTransaction
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
6790
using (new
LayoutTransaction
(this, this, PropertyNames.Font, resumeLayout: false))
9494
using (new
LayoutTransaction
(this, this, PropertyNames.Bounds, resumeLayout: false))
9533
using (new
LayoutTransaction
(this, this, PropertyNames.Bounds, false))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2542
using (new
LayoutTransaction
(this, this, "ShowKeyboardFocusCues", resumeLayout: Visible))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1100
using (new
LayoutTransaction
(this, this, PropertyNames.Bounds, false))
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1340
using (new Layout.
LayoutTransaction
(this, this, "SplitterDistance", false))
System\Windows\Forms\Layout\LayoutTransaction.cs (1)
33
:
this
(controlToLayout, controlCausingLayout, property, true)