55 references to ColumnStyle
PresentationUI (10)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (5)
124this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 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());
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
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\SignatureSummaryDialog.Designer.cs (1)
186_mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
MS\Internal\Documents\SigningDialog.Designer.cs (1)
240_mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (4)
197_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 198_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 219_pictureLabelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 240_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
473TableLayoutSettings.ColumnStyles.Add(new ColumnStyle()); 538TableLayoutSettings.ColumnStyles.Add(new ColumnStyle());
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
95_tableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (4)
299_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 331_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 332_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 333_checkBoxesTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
228_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
537_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 538_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\MaskDesignerDialog.cs (2)
214_maskTryItTable.ColumnStyles.Add(new ColumnStyle()); 216_maskTryItTable.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
136_outerPanel.ColumnStyles.Add(new ColumnStyle()); 137_outerPanel.ColumnStyles.Add(new ColumnStyle()); 138_outerPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\StyleEditorForm.cs (2)
279_showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 331_helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (3)
306_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 307_overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 321_navigationButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
System.Windows.Forms.Tests (21)
System\Windows\Forms\ColumnStyleTests.cs (5)
11ColumnStyle style = new(); 51ColumnStyle style = new() 69ColumnStyle style = new(); 99ColumnStyle style = new(); 138ColumnStyle style = new();
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
271settings.RowStyles.Add(new ColumnStyle());
System\Windows\Forms\TableLayoutColumnStyleCollectionTests.cs (9)
15ColumnStyle style = new(); 39ColumnStyle style = new(); 50collection.Add(new ColumnStyle()); 52ColumnStyle style = new(); 74ColumnStyle style = new(); 89ColumnStyle style = new(); 92Assert.False(collection.Contains(new ColumnStyle())); 102ColumnStyle style = new(); 105Assert.Equal(-1, collection.IndexOf(new ColumnStyle()));
System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs (2)
27ColumnStyle style = new(); 64collection.Add(new ColumnStyle());
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (2)
262Assert.False(collection.Contains(new ColumnStyle())); 276Assert.Equal(-1, collection.IndexOf(new ColumnStyle()));
System\Windows\Forms\TableLayoutStyleTests.cs (2)
44ColumnStyle style = new(); 76ColumnStyle style = new();