8 references to LayoutTransaction
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (4)
7289
using (new
LayoutTransaction
(this, this, PropertyNames.Font, resumeLayout: false))
7634
Transaction = new
LayoutTransaction
(target, cause, PropertyNames.VisualStylesMode, resumeLayout: false);
10356
using (new
LayoutTransaction
(this, this, PropertyNames.Bounds, resumeLayout: false))
10395
using (new
LayoutTransaction
(this, this, PropertyNames.Bounds, false))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2533
using (new
LayoutTransaction
(this, this, "ShowKeyboardFocusCues", resumeLayout: Visible))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1093
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)