1 write to _namedConnectionComboBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
43
this.
_namedConnectionComboBox
= new System.Windows.Forms.ComboBox();
27 references to _namedConnectionComboBox
System.Web.Entity.Design (27)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (20)
60
_namedConnectionComboBox
.Location = new Point(25, top + 6);
61
_namedConnectionComboBox
.Size = new Size(454, 21);
62
top =
_namedConnectionComboBox
.Bottom;
86
_namedConnectionComboBox
.TabStop = true;
96
_namedConnectionComboBox
.TabIndex = tabIndex += 10;
111
this.
_namedConnectionComboBox
.AccessibleName = Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButtonAccessibleName;
127
_namedConnectionComboBox
.Enabled = false;
169
_namedConnectionComboBox
.Enabled = true;
175
_configureObjectContext.SelectConnectionStringHasValue(
_namedConnectionComboBox
.SelectedIndex != -1);
180
_namedConnectionComboBox
.Select();
185
if (
_namedConnectionComboBox
.SelectedIndex != -1)
201
_configureObjectContext.SelectConnectionStringHasValue(
_namedConnectionComboBox
.SelectedIndex != -1);
205
if (
_namedConnectionComboBox
.SelectedIndex != -1)
257
if (
_namedConnectionComboBox
.SelectedIndex != -1)
259
selectedConnection =
_namedConnectionComboBox
.SelectedItem as EntityConnectionStringBuilderItem;
277
_namedConnectionComboBox
.Select();
336
_namedConnectionComboBox
.Enabled = isNamedConnection;
343
_namedConnectionComboBox
.SelectedIndex = -1;
348
_namedConnectionComboBox
.SelectedItem = connStrBuilderItem;
371
_namedConnectionComboBox
.Items.AddRange(namedConnections.ToArray());
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (7)
64
this._databaseConnectionGroupBox.Controls.Add(this.
_namedConnectionComboBox
);
70
this._databaseConnectionGroupBox.Controls.Add(this.
_namedConnectionComboBox
);
91
this.
_namedConnectionComboBox
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
92
this.
_namedConnectionComboBox
.FormattingEnabled = true;
93
this.
_namedConnectionComboBox
.Name = "_namedConnectionComboBox";
94
this.
_namedConnectionComboBox
.SelectedIndexChanged += new EventHandler(OnNamedConnectionComboBox_SelectedIndexChanged);
95
this.
_namedConnectionComboBox
.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;