20 references to Absolute
System.Web.Entity.Design (3)
System\Data\WebControls\Design\Util\WizardForm.cs (3)
111this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 3F)); 113this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F)); 115this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F));
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (8)
250if (containerInfo.MaxColumns == 1 && containerInfo.ColumnStyles.Count > 0 && containerInfo.ColumnStyles[0].SizeType == SizeType.Absolute) { 676if (style != null && style.SizeType == SizeType.Absolute) { 979return (index < styles.Count) && ((TableLayoutStyle)styles[index]).SizeType == SizeType.Absolute; 1007case SizeType.Absolute: 2096Debug.Assert(containerInfo.ColumnStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized"); 2099Debug.Assert(containerInfo.ColumnStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized"); 2109Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized"); 2112Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized");
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
212this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
winforms\Managed\System\WinForms\StatusStrip.cs (2)
493TableLayoutSettings.RowStyles[0].SizeType = SizeType.Absolute; 536TableLayoutSettings.ColumnStyles[0].SizeType = SizeType.Absolute;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (2)
524if (cs.SizeType == SizeType.Absolute){ 540if (rs.SizeType == SizeType.Absolute) {
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
692case SizeType.Absolute:
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
214this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 389F));
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
187this.tableLayoutPanelOuter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 510F)); 232this.tableLayoutPanelQuestion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));