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