42 instantiations of LayoutTransaction
System.Windows.Forms (42)
System\Windows\Forms\Control.cs (8)
1854using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 2879using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 3758using (new LayoutTransaction(ParentInternal, this, PropertyNames.Padding)) 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)) 10346using (new LayoutTransaction(_parent, this, PropertyNames.Visible)) 10687using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2254using (new LayoutTransaction(ParentInternal, this, PropertyNames.Bounds))
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
774using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
1338using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
592using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
392using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
626using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
354using (new LayoutTransaction(this, this, PropertyNames.Anchor)) 650using (new LayoutTransaction(this, this, PropertyNames.Dock)) 651using (new LayoutTransaction(ParentInternal, this, PropertyNames.Dock)) 1710using (new LayoutTransaction(this, this, "TextDirection")) 2542using (new LayoutTransaction(this, this, "ShowKeyboardFocusCues", resumeLayout: Visible)) 3614using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 4523using (new LayoutTransaction(this, this, PropertyNames.Orientation)) 4549using (new LayoutTransaction(this, this, PropertyNames.Orientation))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
621using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 1236using (new LayoutTransaction(this, OwnerItem, PropertyNames.Font))
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (2)
126using (new LayoutTransaction(_owner, _owner!, PropertyNames.Items)) 146using (new LayoutTransaction(_owner, _owner!, PropertyNames.Items))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
997using (new LayoutTransaction(panel, panel, null))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.cs (1)
24using (new LayoutTransaction(value, value, PropertyNames.Parent))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
56using LayoutTransaction lt = new(parent, this, null);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (2)
227using LayoutTransaction t = new(ToolStripPanel, control, PropertyNames.Parent); 240layoutTransaction = new LayoutTransaction(ToolStripPanel, ToolStripPanel.ParentInternal, PropertyNames.Parent);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
465using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
970using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Form.cs (1)
1704using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Layout\CommonProperties.cs (1)
232using (new LayoutTransaction(element.Container as Control, element, PropertyNames.MinimumSize))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
1100using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 1368using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 1408using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1340using (new Layout.LayoutTransaction(this, this, "SplitterDistance", false))
System\Windows\Forms\Layout\DefaultLayout.cs (1)
944using (new LayoutTransaction(element.Container as Control, element, PropertyNames.Dock))
System\Windows\Forms\Layout\LayoutTransaction.cs (1)
75return new LayoutTransaction(controlToLayout, elementCausingLayout, property);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
47using (new LayoutTransaction(this, this, PropertyNames.LayoutSettings))
117 references to LayoutTransaction
System.Windows.Forms (117)
System\Windows\Forms\Control.ControlCollection.cs (3)
121LayoutTransaction.DoLayout(Owner, value, PropertyNames.Parent); 301LayoutTransaction.DoLayout(Owner, value, PropertyNames.Parent); 438LayoutTransaction.DoLayout(Owner, child, PropertyNames.ChildIndex);
System\Windows\Forms\Control.cs (12)
627LayoutTransaction.DoLayout(parent, this, PropertyNames.AutoSize); 3398LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering); 3768LayoutTransaction.DoLayout(this, this, PropertyNames.Padding); 4530LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 6800LayoutTransaction.DoLayout(this, this, PropertyNames.Font); 7931LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 8373LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.PreferredSize); 9506LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9544LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9957LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10006LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10787LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
70LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (7)
354LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 415LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 438LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 687LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 716LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 739LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text); 1102using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
73using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Appearance)) 128LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
45LayoutTransaction.DoLayoutIf(
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
89using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Appearance))
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
1082using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 1661using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ColumnHeadersVisible)) 3349using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.RowHeadersVisible)) 3397using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.RowHeadersWidth)) 3584using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
13284LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Columns); 14518LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Columns); 17561LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 26704using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ColumnHeadersHeight)) 28980LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 29030LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 29052LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
106LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
System\Windows\Forms\Controls\Labels\Label.cs (6)
157LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.AutoEllipsis); 224LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 347LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 560LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 787using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) 1213using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
201LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.LinkArea);
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (3)
163LayoutTransaction.DoLayout(_owner.ParentInternal, _owner, PropertyNames.Links); 307LayoutTransaction.DoLayout(_owner.ParentInternal, _owner, PropertyNames.Links); 345LayoutTransaction.DoLayout(_owner.ParentInternal, _owner, PropertyNames.Links);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
417LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.DrawMode);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
425LayoutTransaction.DoLayoutIf(AutoSize, this, this, PropertyNames.Image);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
645using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars)) 1346using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
365using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 726using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Multiline)) 1162using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.WordWrap))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
817LayoutTransaction.DoLayout(this, this, PropertyNames.GripStyle); 935LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this, PropertyNames.ImageScalingSize); 1252using (LayoutTransaction.CreateTransactionIf(IsHandleCreated, this, this, PropertyNames.LayoutStyle)) 1966LayoutTransaction.DoLayout(this, e.Item, PropertyNames.Items); 1980LayoutTransaction.DoLayout(OverflowButton.DropDown, e.Item, PropertyNames.Items); 2519using (LayoutTransaction.CreateTransactionIf(AutoSize, this, this, PropertyNames.Renderer)) 2536LayoutTransaction.DoLayout(this, this, null); 4540LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Orientation);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
113LayoutTransaction.DoLayout(this, this, PropertyNames.AutoSize); 1023LayoutTransaction.DoLayout(this, this, PropertyNames.PreferredSize); 1575LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
447LayoutTransaction.DoLayout(DropDown, this, PropertyNames.RightToLeft);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItemAccessibleObject.cs (1)
117LayoutTransaction.DoLayout(_owner.DropDown, _owner.DropDown, PropertyNames.Items);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
175LayoutTransaction.DoLayout(this, this, PropertyNames.ShowImageMargin); 192LayoutTransaction.DoLayout(this, this, PropertyNames.ShowCheckMargin);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
612LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Anchor); 640LayoutTransaction.DoLayout(this, ParentInternal, PropertyNames.Dock); 1500LayoutTransaction.DoLayout(Owner, Owner, "Overflow"); 2388LayoutTransaction.DoLayout(Owner, this, affectedProperty); 2640LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (1)
314LayoutTransaction.DoLayout(_owner, value, PropertyNames.Parent);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (3)
401LayoutTransaction.DoLayout(ParentInternal, this, "ShortcutKeys"); 432LayoutTransaction.DoLayout(parent, this, "ShortcutKeyDisplayString"); 462LayoutTransaction.DoLayout(parent, this, "ShortcutKeys");
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
131LayoutTransaction.DoLayout(this, this, "RowMargin"); 488LayoutTransaction.DoLayout(draggedControl.ToolStripPanelRow, e.AffectedComponent as IArrangedElement, e.AffectedProperty); 956LayoutTransaction.DoLayout(RowsInternal[i], this, PropertyNames.Rows);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
144LayoutTransaction.DoLayout(_owner, value, PropertyNames.Parent);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
56using LayoutTransaction lt = new(parent, this, null);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (2)
227using LayoutTransaction t = new(ToolStripPanel, control, PropertyNames.Parent); 237LayoutTransaction? layoutTransaction = null;
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (2)
119LayoutTransaction.DoLayout(Owner, this, PropertyNames.BorderStyle); 140LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Spring);
System\Windows\Forms\Form.cs (2)
507LayoutTransaction.DoLayout(this, this, PropertyNames.AutoSize); 558LayoutTransaction.DoLayout(toLayout, this, PropertyNames.AutoSize);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
142LayoutTransaction.DoLayout(Parent, this, PropertyNames.Visible);
System\Windows\Forms\Layout\CommonProperties.cs (3)
197LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Margin); 217LayoutTransaction.DoLayout(element.Container, element, PropertyNames.MaximumSize); 663LayoutTransaction.DoLayout(element.Container, element, PropertyNames.FlowBreak);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
766LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds);
System\Windows\Forms\Layout\DefaultLayout.cs (2)
923LayoutTransaction.DoLayout(element.Container.Container, element, PropertyNames.Anchor); 926LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Anchor);
System\Windows\Forms\Layout\FlowLayout.cs (2)
287LayoutTransaction.DoLayout(container, container, PropertyNames.WrapContents); 299LayoutTransaction.DoLayout(container, container, PropertyNames.FlowDirection);
System\Windows\Forms\Panels\Panel.cs (1)
89LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (7)
77LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.CellBorderStyle); 106LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Columns); 132LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Rows); 196LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.GrowStyle); 267LayoutTransaction.DoLayout(element.Container, element, PropertyNames.ColumnSpan); 305LayoutTransaction.DoLayout(element.Container, element, PropertyNames.RowSpan); 446LayoutTransaction.DoLayout(element.Container, element, PropertyNames.TableIndex);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyle.cs (2)
28LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style); 50LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
160LayoutTransaction.DoLayout(Owner, Owner, PropertyName);
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
88LayoutTransaction.DoLayout(this, this, PropertyNames.AutoScroll); 302LayoutTransaction.DoLayout(this, this, PropertyNames.DisplayRectangle); 659LayoutTransaction.DoLayout(this, this, PropertyNames.RightToLeft); 703LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);
System\Windows\Forms\UserControl.cs (1)
93LayoutTransaction.DoLayout(toLayout, this, PropertyNames.AutoSize);