1 write to _credListBox
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
46
this.
_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);
93
if (
_credListBox
.SelectedIndex >= 0)
109
if (
_credListBox
.SelectedIndex >= 0)
113
(string)
_credListBox
.Items[
_credListBox
.SelectedIndex]);
124
if (
_credListBox
.SelectedIndex >= 0)
128
(string)
_credListBox
.Items[
_credListBox
.SelectedIndex]);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (8)
104
this._userInputtableLayoutPanel.Controls.Add(this.
_credListBox
, 0, 0);
140
this.
_credListBox
.Dock = System.Windows.Forms.DockStyle.Fill;
141
this.
_credListBox
.FormattingEnabled = true;
142
this.
_credListBox
.Location = new System.Drawing.Point(3, 3);
143
this.
_credListBox
.Name = "_credListBox";
144
this.
_credListBox
.Size = new System.Drawing.Size(299, 82);
145
this.
_credListBox
.TabIndex = 0;
146
this.
_credListBox
.SelectedIndexChanged += new System.EventHandler(this._credListBox_SelectedIndexChanged);