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