1 write to _credListBox
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
46this._credListBox = new System.Windows.Forms.ListBox();
18 references to _credListBox
PresentationUI (18)
MS\Internal\Documents\CredentialManagerDialog.cs (10)
70_credListBox.DataSource = accountList; 75_credListBox.SelectedIndex = _credListBox.Items.IndexOf(defaultAccount); 93if (_credListBox.SelectedIndex >= 0) 109if (_credListBox.SelectedIndex >= 0) 113(string) _credListBox.Items[_credListBox.SelectedIndex]); 124if (_credListBox.SelectedIndex >= 0) 128(string)_credListBox.Items[_credListBox.SelectedIndex]);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (8)
104this._userInputtableLayoutPanel.Controls.Add(this._credListBox, 0, 0); 140this._credListBox.Dock = System.Windows.Forms.DockStyle.Fill; 141this._credListBox.FormattingEnabled = true; 142this._credListBox.Location = new System.Drawing.Point(3, 3); 143this._credListBox.Name = "_credListBox"; 144this._credListBox.Size = new System.Drawing.Size(299, 82); 145this._credListBox.TabIndex = 0; 146this._credListBox.SelectedIndexChanged += new System.EventHandler(this._credListBox_SelectedIndexChanged);