7 references to LayoutTransaction
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
6790using (new LayoutTransaction(this, this, PropertyNames.Font, resumeLayout: false)) 9494using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9533using (new LayoutTransaction(this, this, PropertyNames.Bounds, false))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2542using (new LayoutTransaction(this, this, "ShowKeyboardFocusCues", resumeLayout: Visible))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1100using (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)