42 instantiations of LayoutTransaction
System.Windows.Forms (42)
System\Windows\Forms\Control.cs (8)
1928using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 2953using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 3832using (new LayoutTransaction(ParentInternal, this, PropertyNames.Padding)) 6899using (new LayoutTransaction(this, this, PropertyNames.Font, resumeLayout: false)) 9612using (new LayoutTransaction(this, this, PropertyNames.Bounds, resumeLayout: false)) 9651using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 10469using (new LayoutTransaction(_parent, this, PropertyNames.Visible)) 10810using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2256using (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)
1342using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
593using (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)
631using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
352using (new LayoutTransaction(this, this, PropertyNames.Anchor)) 647using (new LayoutTransaction(this, this, PropertyNames.Dock)) 648using (new LayoutTransaction(ParentInternal, this, PropertyNames.Dock)) 1707using (new LayoutTransaction(this, this, "TextDirection")) 2539using (new LayoutTransaction(this, this, "ShowKeyboardFocusCues", resumeLayout: Visible)) 3613using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 4530using (new LayoutTransaction(this, this, PropertyNames.Orientation)) 4556using (new LayoutTransaction(this, this, PropertyNames.Orientation))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
621using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 1230using (new LayoutTransaction(this, OwnerItem, PropertyNames.Font))
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (2)
126using (new LayoutTransaction(_owner, _owner!, PropertyNames.Items)) 152using (new LayoutTransaction(_owner, _owner!, PropertyNames.Items))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
989using (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)
971using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Form.cs (1)
1701using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Layout\CommonProperties.cs (1)
227using (new LayoutTransaction(element.Container as Control, element, PropertyNames.MinimumSize))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
1093using (new LayoutTransaction(this, this, PropertyNames.Bounds, false)) 1361using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 1401using (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)
943using (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)
701LayoutTransaction.DoLayout(parent, this, PropertyNames.AutoSize); 3472LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering); 3842LayoutTransaction.DoLayout(this, this, PropertyNames.Padding); 4604LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 6909LayoutTransaction.DoLayout(this, this, PropertyNames.Font); 8037LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 8470LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.PreferredSize); 9624LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 9662LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds); 10064LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10113LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds); 10910LayoutTransaction.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)
395LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 463LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 486LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 742LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 771LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 794LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text); 1161using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
75using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Appearance)) 151LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
44LayoutTransaction.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)
1078using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 1668using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ColumnHeadersVisible)) 3357using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.RowHeadersVisible)) 3405using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.RowHeadersWidth)) 3592using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
13295LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Columns); 14529LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Columns); 17574LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 26714using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ColumnHeadersHeight)) 28991LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 29041LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Rows); 29063LayoutTransaction.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)
153LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.AutoEllipsis); 220LayoutTransaction.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)
423LayoutTransaction.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)
367using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 732using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Multiline)) 1175using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.WordWrap))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
814LayoutTransaction.DoLayout(this, this, PropertyNames.GripStyle); 932LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this, PropertyNames.ImageScalingSize); 1249using (LayoutTransaction.CreateTransactionIf(IsHandleCreated, this, this, PropertyNames.LayoutStyle)) 1963LayoutTransaction.DoLayout(this, e.Item, PropertyNames.Items); 1977LayoutTransaction.DoLayout(OverflowButton.DropDown, e.Item, PropertyNames.Items); 2516using (LayoutTransaction.CreateTransactionIf(AutoSize, this, this, PropertyNames.Renderer)) 2533LayoutTransaction.DoLayout(this, this, null); 4547LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Orientation);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
113LayoutTransaction.DoLayout(this, this, PropertyNames.AutoSize); 1017LayoutTransaction.DoLayout(this, this, PropertyNames.PreferredSize); 1569LayoutTransaction.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"); 2382LayoutTransaction.DoLayout(Owner, this, affectedProperty); 2634LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.Bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (1)
321LayoutTransaction.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); 948LayoutTransaction.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)
504LayoutTransaction.DoLayout(this, this, PropertyNames.AutoSize); 555LayoutTransaction.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)
192LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Margin); 212LayoutTransaction.DoLayout(element.Container, element, PropertyNames.MaximumSize); 658LayoutTransaction.DoLayout(element.Container, element, PropertyNames.FlowBreak);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
759LayoutTransaction.DoLayout(this, this, PropertyNames.Bounds);
System\Windows\Forms\Layout\DefaultLayout.cs (2)
922LayoutTransaction.DoLayout(element.Container.Container, element, PropertyNames.Anchor); 925LayoutTransaction.DoLayout(element.Container, element, PropertyNames.Anchor);
System\Windows\Forms\Layout\FlowLayout.cs (2)
288LayoutTransaction.DoLayout(container, container, PropertyNames.WrapContents); 300LayoutTransaction.DoLayout(container, container, PropertyNames.FlowDirection);
System\Windows\Forms\Panels\Panel.cs (1)
85LayoutTransaction.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)
84LayoutTransaction.DoLayout(this, this, PropertyNames.AutoScroll); 296LayoutTransaction.DoLayout(this, this, PropertyNames.DisplayRectangle); 653LayoutTransaction.DoLayout(this, this, PropertyNames.RightToLeft); 697LayoutTransaction.DoLayout(this, this, PropertyNames.Visible);
System\Windows\Forms\UserControl.cs (1)
93LayoutTransaction.DoLayout(toLayout, this, PropertyNames.AutoSize);