33 references to LayoutTransaction
System.Windows.Forms (33)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2411
using (new
LayoutTransaction
(ParentInternal, this, PropertyNames.Bounds))
winforms\Managed\System\WinForms\Control.cs (4)
2566
using(new
LayoutTransaction
(ParentInternal, this, PropertyNames.Font)) {
3776
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeft)) {
4778
using (new
LayoutTransaction
(ParentInternal, this, PropertyNames.Padding)) {
12171
using (new
LayoutTransaction
(parent, this, PropertyNames.Visible)) {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
910
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\Form.cs (1)
2241
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
232
using (new
LayoutTransaction
(element.Container as Control, element, PropertyNames.MinimumSize)) {
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
677
using (new
LayoutTransaction
(element.Container as Control, element, PropertyNames.Dock)) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
715
return new
LayoutTransaction
(controlToLayout, elementCausingLayout, property);
winforms\Managed\System\WinForms\ListView.cs (1)
1309
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
753
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
513
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TabControl.cs (1)
678
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
61
using (new
LayoutTransaction
(this, this, PropertyNames.LayoutSettings)) {
winforms\Managed\System\WinForms\ToolStrip.cs (7)
440
using (new
LayoutTransaction
(this, this, PropertyNames.Anchor)) {
767
using (new
LayoutTransaction
(this, this, PropertyNames.Dock))
768
using (new
LayoutTransaction
(this.ParentInternal, this, PropertyNames.Dock)) {
1891
using(new
LayoutTransaction
(this, this, "TextDirection")) {
3783
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeft)) {
4643
using (new
LayoutTransaction
(this, this, PropertyNames.Orientation)) {
4665
using (new
LayoutTransaction
(this, this, PropertyNames.Orientation)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
818
using (new
LayoutTransaction
(this,this,PropertyNames.RightToLeft)) {
1467
using (new
LayoutTransaction
(this, OwnerItem, PropertyNames.Font)) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (2)
147
using (new
LayoutTransaction
(this.owner, this.owner, PropertyNames.Items)) {
168
using (new
LayoutTransaction
(this.owner, this.owner, PropertyNames.Items)) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1178
using (new
LayoutTransaction
(panel, panel, null)) {
1547
using (new
LayoutTransaction
(value, value, PropertyNames.Parent)) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
78
using (LayoutTransaction lt = new
LayoutTransaction
(parent, this, null)) {
2205
using (LayoutTransaction t = new
LayoutTransaction
(ToolStripPanel, control, PropertyNames.Parent)) {
2216
layoutTransaction = new
LayoutTransaction
(ToolStripPanel, ToolStripPanel.ParentInternal, PropertyNames.Parent);
winforms\Managed\System\WinForms\TrackBar.cs (1)
546
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TreeView.cs (1)
1003
using(new
LayoutTransaction
(this, this, PropertyNames.RightToLeftLayout)) {