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