7 references to LayoutTransaction
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1096using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) {
winforms\Managed\System\WinForms\Control.cs (3)
8234using(new LayoutTransaction(this, this, PropertyNames.Font, false)) { 11312using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) { 11352using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
677this(controlToLayout, controlCausingLayout, property, true) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1517using (new System.Windows.Forms.Layout.LayoutTransaction(this, this, "SplitterDistance", false)) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2723using (new LayoutTransaction(this, this, "ShowKeyboardFocusCues", /*PerformLayout=*/Visible)) {