171 instantiations of ColumnStyle
PresentationUI (24)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (12)
124this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 125this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 162this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 94)); 163this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 335)); 434this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 452this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 453this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 454this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 535this._documentTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103)); 536this._documentTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 283)); 658this._fileTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103)); 659this._fileTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 283));
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (3)
59this._mainDialogTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 101this._userInputtableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 102this._userInputtableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
97_userInputTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 200_mainDialogTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
149this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.5164F)); 150this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.48361F));
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
50this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 86this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
186_mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
MS\Internal\Documents\SigningDialog.Designer.cs (2)
73_signatureControlInputLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 240_mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
System.Windows.Forms (12)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (6)
196_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 197_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 198_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 219_pictureLabelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 220_pictureLabelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 240_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
481TableLayoutSettings.ColumnStyles.Add(new ColumnStyle()); 546TableLayoutSettings.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\MDI\MDIWindowDialog.cs (2)
125_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 126_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
236settings.ColumnStyles.Add(new ColumnStyle(type, width));
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
66_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F));
System.Windows.Forms.Design (75)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (7)
213_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 214_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 215_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 216_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 258_okSaveTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 259_okSaveTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 269_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\ComponentModel\Design\ByteViewer.cs (1)
63ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
95_tableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (8)
297_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 14F)); 298_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 299_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 250F)); 330_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 331_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 332_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 364_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 365_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (9)
151_sampleViewTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 423F)); 159_sampleViewGridsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F)); 160_sampleViewGridsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F)); 161_sampleViewGridsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F)); 162_sampleViewGridsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F)); 163_sampleViewGridsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F)); 213_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 214_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 228_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (8)
535_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 536_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 537_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent)); 555_addRemoveTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 556_addRemoveTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 587_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 588_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 589_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (2)
88_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 89_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\Windows\Forms\Design\MaskDesignerDialog.cs (6)
214_maskTryItTable.ColumnStyles.Add(new ColumnStyle()); 215_maskTryItTable.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 216_maskTryItTable.ColumnStyles.Add(new ColumnStyle()); 248_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 263_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 264_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (5)
136_outerPanel.ColumnStyles.Add(new ColumnStyle()); 137_outerPanel.ColumnStyles.Add(new ColumnStyle()); 138_outerPanel.ColumnStyles.Add(new ColumnStyle()); 177_innerPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize)); 178_innerPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));
System\Windows\Forms\Design\StyleEditorForm.cs (11)
198_addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F)); 199_addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F)); 200_addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F)); 235_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 236_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 262_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 263_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize)); 279_showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 280_showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 331_helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 332_helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
924Table.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, DesignerUtils.s_minimumStyleSize)); 1694Table.ColumnStyles.Insert(index, new ColumnStyle(SizeType.Absolute, DesignerUtils.s_minimumStyleSize));
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (7)
216_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Absolute, 274F)); 217_tableLayoutPanel.ColumnStyles.Add(new()); 218_tableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 239_addTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 100F)); 240_addTableLayoutPanel.ColumnStyles.Add(new()); 262_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F)); 263_okCancelTableLayoutPanel.ColumnStyles.Add(new(SizeType.Percent, 50F));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (8)
233_okCancelPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 234_okCancelPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 252_nodeControlPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 253_nodeControlPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 306_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 307_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 308_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 321_navigationButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System.Windows.Forms.Tests (43)
SerializableTypesTests.cs (3)
281tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50)); 282tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50)); 283tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50));
System\Windows\Forms\ColumnStyleTests.cs (8)
13ColumnStyle style = new(); 23ColumnStyle style = new(sizeType); 36ColumnStyle style = new(sizeType, width); 44Assert.Throws<ArgumentOutOfRangeException>("value", () => new ColumnStyle(SizeType.AutoSize, -1)); 53ColumnStyle style = new() 71ColumnStyle style = new(); 101ColumnStyle style = new(); 140ColumnStyle style = new();
System\Windows\Forms\ControlTests.cs (3)
867table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 868table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 869table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (3)
1673ColumnStyle columnStyle = new(SizeType.Percent, 1); 1709ColumnStyle columnStyle = new(SizeType.Percent, 1); 1776ColumnStyle columnStyle = new(SizeType.Percent, 1);
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (3)
178settings.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize, 1)); 179settings.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 2)); 273settings.RowStyles.Add(new ColumnStyle());
System\Windows\Forms\TableLayoutColumnStyleCollectionTests.cs (9)
17ColumnStyle style = new(); 41ColumnStyle style = new(); 52collection.Add(new ColumnStyle()); 54ColumnStyle style = new(); 76ColumnStyle style = new(); 91ColumnStyle style = new(); 94Assert.False(collection.Contains(new ColumnStyle())); 104ColumnStyle style = new(); 107Assert.Equal(-1, collection.IndexOf(new ColumnStyle()));
System\Windows\Forms\TableLayoutPanelTests.cs (5)
448ColumnStyle columnStyle = new(SizeType.Percent, 1); 484ColumnStyle columnStyle = new(SizeType.Percent, 1); 548settings.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 1)); 1519control.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 10)); 1520control.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 10));
System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs (2)
29ColumnStyle style = new(); 66collection.Add(new ColumnStyle());
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (2)
264Assert.False(collection.Contains(new ColumnStyle())); 278Assert.Equal(-1, collection.IndexOf(new ColumnStyle()));
System\Windows\Forms\TableLayoutStyleTests.cs (5)
46ColumnStyle style = new(); 78ColumnStyle style = new(); 131yield return new object[] { new ColumnStyle(SizeType.AutoSize, 1), typeof(ColumnStyle).GetConstructor(Array.Empty<Type>()), Array.Empty<object>() }; 132yield return new object[] { new ColumnStyle(SizeType.Absolute, 1), typeof(ColumnStyle).GetConstructor([typeof(SizeType), typeof(int)]), new object[] { SizeType.Absolute, 1f } }; 133yield return new object[] { new ColumnStyle(SizeType.Percent, 1), typeof(ColumnStyle).GetConstructor([typeof(SizeType), typeof(int)]), new object[] { SizeType.Percent, 1f } };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1006tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));
TestPassApp (7)
ContainerControls2.Designer.cs (7)
139this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 140this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 141this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 142this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 143this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); 404this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 405this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
WinFormsControlsTest (9)
Buttons.cs (3)
33table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 34table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 35table.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
DragDrop.cs (1)
428tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));
DragDrop.Designer.cs (5)
59tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 115F)); 60tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 55.55556F)); 61tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 44.44445F)); 163tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 164tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
41 references to ColumnStyle
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
489ColumnStyle colStyle = TableLayoutSettings.ColumnStyles[i];
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
341foreach (ColumnStyle style in _colStyles)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutColumnStyleCollection.cs (7)
19public int Add(ColumnStyle columnStyle) => ((IList)this).Add(columnStyle); 21public void Insert(int index, ColumnStyle columnStyle) => ((IList)this).Insert(index, columnStyle); 23public new ColumnStyle this[int index] 25get => (ColumnStyle)((IList)this)[index]!; 29public void Remove(ColumnStyle columnStyle) => ((IList)this).Remove(columnStyle); 31public bool Contains(ColumnStyle columnStyle) => ((IList)this).Contains(columnStyle); 33public int IndexOf(ColumnStyle columnStyle) => ((IList)this).IndexOf(columnStyle);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
521foreach (ColumnStyle cs in ColumnStyles)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
97foreach (ColumnStyle colStyle in tableLayoutSettings.ColumnStyles)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\TableLayoutPanelResizeGlyph.cs (1)
29_type = style is ColumnStyle ? TableLayoutResizeType.Column : TableLayoutResizeType.Row;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
594ColumnStyle colStyle = _tableLayoutPanel.ColumnStyles[i];
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ByteViewerTests.cs (2)
48ColumnStyle columnStyle = Assert.IsType<ColumnStyle>(Assert.Single(control.ColumnStyles));
System.Windows.Forms.Tests (26)
System\Windows\Forms\ColumnStyleTests.cs (7)
13ColumnStyle style = new(); 23ColumnStyle style = new(sizeType); 36ColumnStyle style = new(sizeType, width); 53ColumnStyle style = new() 71ColumnStyle style = new(); 101ColumnStyle style = new(); 140ColumnStyle style = new();
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (5)
1673ColumnStyle columnStyle = new(SizeType.Percent, 1); 1709ColumnStyle columnStyle = new(SizeType.Percent, 1); 1776ColumnStyle columnStyle = new(SizeType.Percent, 1); 1797Assert.Equal(columnStyle.SizeType, ((ColumnStyle)Assert.Single(result.ColumnStyles)).SizeType); 1798Assert.Equal(columnStyle.Width, ((ColumnStyle)Assert.Single(result.ColumnStyles)).Width);
System\Windows\Forms\TableLayoutColumnStyleCollectionTests.cs (6)
17ColumnStyle style = new(); 41ColumnStyle style = new(); 54ColumnStyle style = new(); 76ColumnStyle style = new(); 91ColumnStyle style = new(); 104ColumnStyle style = new();
System\Windows\Forms\TableLayoutPanelTests.cs (2)
448ColumnStyle columnStyle = new(SizeType.Percent, 1); 484ColumnStyle columnStyle = new(SizeType.Percent, 1);
System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs (1)
29ColumnStyle style = new();
System\Windows\Forms\TableLayoutStyleTests.cs (5)
46ColumnStyle style = new(); 78ColumnStyle style = new(); 131yield return new object[] { new ColumnStyle(SizeType.AutoSize, 1), typeof(ColumnStyle).GetConstructor(Array.Empty<Type>()), Array.Empty<object>() }; 132yield return new object[] { new ColumnStyle(SizeType.Absolute, 1), typeof(ColumnStyle).GetConstructor([typeof(SizeType), typeof(int)]), new object[] { SizeType.Absolute, 1f } }; 133yield return new object[] { new ColumnStyle(SizeType.Percent, 1), typeof(ColumnStyle).GetConstructor([typeof(SizeType), typeof(int)]), new object[] { SizeType.Percent, 1f } };