36 references to LayoutTransaction
System.Windows.Forms (36)
System\Windows\Forms\Control.cs (5)
1854using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 2879using (new LayoutTransaction(this, this, PropertyNames.RightToLeft)) 3758using (new LayoutTransaction(ParentInternal, this, PropertyNames.Padding)) 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 (7)
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")) 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 (2)
1368using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 1408using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))
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))