35 references to Add
System.Web.Entity.Design (7)
System\Data\WebControls\Design\Util\WizardForm.cs (7)
110
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
111
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 3F));
112
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
113
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F));
114
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
115
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F));
116
this._wizardButtonsTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
System.Windows.Forms (22)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
130
this.okCancelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
131
this.okCancelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
285
tableLayoutPanel1.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(SizeType.Percent, 100F));
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (6)
203
this.overarchingTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
223
this.buttonTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
224
this.buttonTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
225
this.buttonTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
262
this.pictureLabelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
263
this.pictureLabelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
winforms\Managed\System\WinForms\StatusStrip.cs (2)
473
this.TableLayoutSettings.ColumnStyles.
Add
(new ColumnStyle());
532
TableLayoutSettings.ColumnStyles.
Add
(new ColumnStyle());
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
235
settings.ColumnStyles.
Add
(new ColumnStyle(type, width));
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
213
this.tableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
214
this.tableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 389F));
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (8)
187
this.tableLayoutPanelOuter.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 510F));
205
this.warningTextTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
206
this.warningTextTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
231
this.tableLayoutPanelQuestion.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
232
this.tableLayoutPanelQuestion.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
255
this.tableLayoutPanelButtons.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
256
this.tableLayoutPanelButtons.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
286
this.tableLayoutPanelInfo.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
181
this.nameLocationTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
182
this.nameLocationTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
183
this.nameLocationTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle());
272
this.okCancelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
273
this.okCancelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
274
this.okCancelTableLayoutPanel.ColumnStyles.
Add
(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));