33 references to Percent
System.Web.Entity.Design (4)
System\Data\WebControls\Design\Util\WizardForm.cs (4)
110
this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 25F));
112
this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 25F));
114
this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 25F));
116
this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 25F));
System.Windows.Forms (22)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (7)
769
if (style.SizeType == SizeType.
Percent
) {
785
if (style.SizeType == SizeType.
Percent
) {
912
if (lastPercent < styles.Count && ((TableLayoutStyle) styles[lastPercent]).SizeType == SizeType.
Percent
) {
1012
case SizeType.
Percent
:
1072
if (sizeType == SizeType.
Percent
) {
1103
if (sizeType == SizeType.
Percent
) {
1753
if (style.SizeType == SizeType.
Percent
) {
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 (3)
285
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(SizeType.
Percent
, 100F));
289
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(SizeType.
Percent
, 50F));
290
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(SizeType.
Percent
, 50F));
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
223
this.buttonTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 100F));
263
this.pictureLabelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 100F));
winforms\Managed\System\WinForms\StatusStrip.cs (2)
484
colStyle.SizeType = (spring) ? SizeType.
Percent
: SizeType.AutoSize;
526
rowStyle.SizeType = (spring) ? SizeType.
Percent
: SizeType.AutoSize;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
693
case SizeType.
Percent
:
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (5)
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));
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 (7)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (7)
182
this.nameLocationTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.
Percent
, 100F));
190
this.nameLocationTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.
Percent
, 50F));
191
this.nameLocationTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.
Percent
, 50F));
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));
279
this.okCancelTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.
Percent
, 100F));