10 references to ColumnStyle
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (4)
203this.overarchingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 224this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 225this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 262this.pictureLabelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
winforms\Managed\System\WinForms\StatusStrip.cs (2)
473this.TableLayoutSettings.ColumnStyles.Add(new ColumnStyle()); 532TableLayoutSettings.ColumnStyles.Add(new ColumnStyle());
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
213this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
205this.warningTextTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
181this.nameLocationTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 183this.nameLocationTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());