172 references to PropertyNames
System.Windows.Forms (172)
System\Windows\Forms\Control.ControlCollection.cs (3)
121
LayoutTransaction.DoLayout(Owner, value,
PropertyNames
.Parent);
301
LayoutTransaction.DoLayout(Owner, value,
PropertyNames
.Parent);
438
LayoutTransaction.DoLayout(Owner, child,
PropertyNames
.ChildIndex);
System\Windows\Forms\Control.cs (22)
722
LayoutTransaction.DoLayout(parent, this,
PropertyNames
.AutoSize);
1949
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Font))
2974
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeft))
3493
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.UseCompatibleTextRendering);
3853
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Padding))
3863
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Padding);
4625
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Bounds);
6920
using (new LayoutTransaction(this, this,
PropertyNames
.Font, resumeLayout: false))
6930
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Font);
8058
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Bounds);
8491
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.PreferredSize);
9633
using (new LayoutTransaction(this, this,
PropertyNames
.Bounds, resumeLayout: false))
9645
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Bounds);
9672
using (new LayoutTransaction(this, this,
PropertyNames
.Bounds, false))
9683
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Bounds);
10085
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Bounds);
10134
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Bounds);
10490
using (new LayoutTransaction(_parent, this,
PropertyNames
.Visible))
10831
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Font))
10931
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Bounds);
12743
sizeProperty = TypeDescriptor.GetProperties(this)[
PropertyNames
.Size];
12744
locationProperty = TypeDescriptor.GetProperties(this)[
PropertyNames
.Location];
System\Windows\Forms\Controls\Buttons\Button.cs (1)
70
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.AutoSize);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (7)
395
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.FlatStyle);
463
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.Image);
486
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.ImageAlign);
742
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.TextAlign);
771
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.TextImageRelation);
794
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.Text);
1161
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Text))
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
75
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Appearance))
151
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
48
PropertyNames
.FlatAppearanceBorderSize);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
89
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Appearance))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2269
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Bounds))
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
1078
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.BorderStyle))
1668
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.ColumnHeadersVisible))
3357
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.RowHeadersVisible))
3405
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.RowHeadersWidth))
3592
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.ScrollBars))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
13295
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Columns);
14529
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Columns);
17574
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Rows);
26714
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.ColumnHeadersHeight))
28991
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Rows);
29041
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Rows);
29063
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Rows);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
774
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
106
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.AutoSize);
System\Windows\Forms\Controls\Labels\Label.cs (6)
153
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.AutoEllipsis);
220
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.BorderStyle);
347
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.BorderStyle);
560
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.ImageAlign);
787
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Text))
1213
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Text))
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
201
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.LinkArea);
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (3)
163
LayoutTransaction.DoLayout(_owner.ParentInternal, _owner,
PropertyNames
.Links);
307
LayoutTransaction.DoLayout(_owner.ParentInternal, _owner,
PropertyNames
.Links);
345
LayoutTransaction.DoLayout(_owner.ParentInternal, _owner,
PropertyNames
.Links);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
417
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this,
PropertyNames
.DrawMode);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
1342
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
593
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
423
LayoutTransaction.DoLayoutIf(AutoSize, this, this,
PropertyNames
.Image);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
392
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
645
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.ScrollBars))
1341
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Text))
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
631
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
366
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.BorderStyle))
731
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.Multiline))
1174
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this,
PropertyNames
.WordWrap))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (13)
352
using (new LayoutTransaction(this, this,
PropertyNames
.Anchor))
647
using (new LayoutTransaction(this, this,
PropertyNames
.Dock))
648
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Dock))
814
LayoutTransaction.DoLayout(this, this,
PropertyNames
.GripStyle);
932
LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this,
PropertyNames
.ImageScalingSize);
1249
using (LayoutTransaction.CreateTransactionIf(IsHandleCreated, this, this,
PropertyNames
.LayoutStyle))
1963
LayoutTransaction.DoLayout(this, e.Item,
PropertyNames
.Items);
1977
LayoutTransaction.DoLayout(OverflowButton.DropDown, e.Item,
PropertyNames
.Items);
2516
using (LayoutTransaction.CreateTransactionIf(AutoSize, this, this,
PropertyNames
.Renderer))
3613
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeft))
4530
using (new LayoutTransaction(this, this,
PropertyNames
.Orientation))
4547
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Orientation);
4556
using (new LayoutTransaction(this, this,
PropertyNames
.Orientation))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (5)
113
LayoutTransaction.DoLayout(this, this,
PropertyNames
.AutoSize);
621
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeft))
1017
LayoutTransaction.DoLayout(this, this,
PropertyNames
.PreferredSize);
1230
using (new LayoutTransaction(this, OwnerItem,
PropertyNames
.Font))
1569
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Visible);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (1)
98
InvalidateItemLayout(
PropertyNames
.ShowDropDownArrow);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
447
LayoutTransaction.DoLayout(DropDown, this,
PropertyNames
.RightToLeft);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItemAccessibleObject.cs (1)
117
LayoutTransaction.DoLayout(_owner.DropDown, _owner.DropDown,
PropertyNames
.Items);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
175
LayoutTransaction.DoLayout(this, this,
PropertyNames
.ShowImageMargin);
192
LayoutTransaction.DoLayout(this, this,
PropertyNames
.ShowCheckMargin);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (17)
341
InvalidateItemLayout(
PropertyNames
.AutoSize);
612
LayoutTransaction.DoLayout(this, ParentInternal,
PropertyNames
.Anchor);
640
LayoutTransaction.DoLayout(this, ParentInternal,
PropertyNames
.Dock);
710
InvalidateItemLayout(
PropertyNames
.DisplayStyle);
1010
InvalidateItemLayout(
PropertyNames
.ImageAlign);
1071
InvalidateItemLayout(
PropertyNames
.Image);
1135
InvalidateItemLayout(
PropertyNames
.ImageIndex);
1163
InvalidateItemLayout(
PropertyNames
.ImageKey);
1181
InvalidateItemLayout(
PropertyNames
.ImageScaling);
1519
InvalidateItemLayout(
PropertyNames
.Padding);
1885
InvalidateItemLayout(
PropertyNames
.TextAlign);
1943
InvalidateItemLayout(
PropertyNames
.TextImageRelation);
2397
InvalidateItemLayout(
PropertyNames
.Image);
2634
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Bounds);
2817
InvalidateItemLayout(
PropertyNames
.Font);
2985
InvalidateItemLayout(
PropertyNames
.RightToLeft);
2994
InvalidateItemLayout(
PropertyNames
.Text);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (3)
126
using (new LayoutTransaction(_owner, _owner!,
PropertyNames
.Items))
152
using (new LayoutTransaction(_owner, _owner!,
PropertyNames
.Items))
321
LayoutTransaction.DoLayout(_owner, value,
PropertyNames
.Parent);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
655
OnLayout(new LayoutEventArgs(this,
PropertyNames
.Rows));
948
LayoutTransaction.DoLayout(RowsInternal[i], this,
PropertyNames
.Rows);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.cs (1)
24
using (new LayoutTransaction(value, value,
PropertyNames
.Parent))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
144
LayoutTransaction.DoLayout(_owner, value,
PropertyNames
.Parent);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
311
((IArrangedElement)this).PerformLayout(this,
PropertyNames
.Size);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (2)
227
using LayoutTransaction t = new(ToolStripPanel, control,
PropertyNames
.Parent);
240
layoutTransaction = new LayoutTransaction(ToolStripPanel, ToolStripPanel.ParentInternal,
PropertyNames
.Parent);
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
199
InvalidateItemLayout(
PropertyNames
.DropDownButtonWidth);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (2)
119
LayoutTransaction.DoLayout(Owner, this,
PropertyNames
.BorderStyle);
140
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.Spring);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
465
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
971
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Form.cs (3)
504
LayoutTransaction.DoLayout(this, this,
PropertyNames
.AutoSize);
555
LayoutTransaction.DoLayout(toLayout, this,
PropertyNames
.AutoSize);
1701
using (new LayoutTransaction(this, this,
PropertyNames
.RightToLeftLayout))
System\Windows\Forms\Layout\ArrangedElement.cs (2)
142
LayoutTransaction.DoLayout(Parent, this,
PropertyNames
.Visible);
168
((IArrangedElement)this).PerformLayout(this,
PropertyNames
.Size);
System\Windows\Forms\Layout\CommonProperties.cs (4)
192
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.Margin);
212
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.MaximumSize);
227
using (new LayoutTransaction(element.Container as Control, element,
PropertyNames
.MinimumSize))
658
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.FlowBreak);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
759
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Bounds);
1093
using (new LayoutTransaction(this, this,
PropertyNames
.Bounds, false))
1361
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Font))
1401
using (new LayoutTransaction(ParentInternal, this,
PropertyNames
.Font))
System\Windows\Forms\Layout\DefaultLayout.cs (3)
922
LayoutTransaction.DoLayout(element.Container.Container, element,
PropertyNames
.Anchor);
925
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.Anchor);
943
using (new LayoutTransaction(element.Container as Control, element,
PropertyNames
.Dock))
System\Windows\Forms\Layout\FlowLayout.cs (2)
288
LayoutTransaction.DoLayout(container, container,
PropertyNames
.WrapContents);
300
LayoutTransaction.DoLayout(container, container,
PropertyNames
.FlowDirection);
System\Windows\Forms\Layout\TableLayout.cs (8)
47
PropertyNames
.ChildIndex, // Changing Z-order changes the row/column assignments
48
PropertyNames
.Parent, // So does adding/removing controls
49
PropertyNames
.Visible, // as well as visibility
50
PropertyNames
.Items, // Changing toolstrip items collection
51
PropertyNames
.Rows,
52
PropertyNames
.Columns,
53
PropertyNames
.RowStyles,
54
PropertyNames
.ColumnStyles,
System\Windows\Forms\Panels\Panel.cs (1)
85
LayoutTransaction.DoLayout(ParentInternal, this,
PropertyNames
.AutoSize);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutColumnStyleCollection.cs (1)
16
get =>
PropertyNames
.ColumnStyles;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
47
using (new LayoutTransaction(this, this,
PropertyNames
.LayoutSettings))
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutRowStyleCollection.cs (1)
16
get { return
PropertyNames
.RowStyles; }
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (7)
77
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.CellBorderStyle);
106
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.Columns);
132
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.Rows);
196
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.GrowStyle);
267
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.ColumnSpan);
305
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.RowSpan);
446
LayoutTransaction.DoLayout(element.Container, element,
PropertyNames
.TableIndex);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyle.cs (2)
28
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.Style);
50
LayoutTransaction.DoLayout(Owner, Owner,
PropertyNames
.Style);
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
84
LayoutTransaction.DoLayout(this, this,
PropertyNames
.AutoScroll);
296
LayoutTransaction.DoLayout(this, this,
PropertyNames
.DisplayRectangle);
653
LayoutTransaction.DoLayout(this, this,
PropertyNames
.RightToLeft);
697
LayoutTransaction.DoLayout(this, this,
PropertyNames
.Visible);
System\Windows\Forms\UserControl.cs (1)
93
LayoutTransaction.DoLayout(toLayout, this,
PropertyNames
.AutoSize);