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