1 write to _userInputtableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
42
this.
_userInputtableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
14 references to _userInputtableLayoutPanel
PresentationUI (14)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (14)
50
this.
_userInputtableLayoutPanel
.SuspendLayout();
61
this._mainDialogTableLayoutPanel.Controls.Add(this.
_userInputtableLayoutPanel
, 0, 1);
100
this.
_userInputtableLayoutPanel
.ColumnCount = 2;
101
this.
_userInputtableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
102
this.
_userInputtableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
103
this.
_userInputtableLayoutPanel
.Controls.Add(this._listButtonFlowLayoutPanel, 1, 0);
104
this.
_userInputtableLayoutPanel
.Controls.Add(this._credListBox, 0, 0);
105
this.
_userInputtableLayoutPanel
.Dock = System.Windows.Forms.DockStyle.Fill;
106
this.
_userInputtableLayoutPanel
.Name = "_userInputtableLayoutPanel";
107
this.
_userInputtableLayoutPanel
.RowCount = 1;
108
this.
_userInputtableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
109
this.
_userInputtableLayoutPanel
.TabIndex = 1;
175
this.
_userInputtableLayoutPanel
.ResumeLayout(false);
176
this.
_userInputtableLayoutPanel
.PerformLayout();