1 write to _namedConnectionRadioButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
42
this.
_namedConnectionRadioButton
= new System.Windows.Forms.RadioButton();
18 references to _namedConnectionRadioButton
System.Web.Entity.Design (18)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (10)
56
_namedConnectionRadioButton
.Location = new Point(9, top + 20);
57
_namedConnectionRadioButton
.Size = new Size(116, 17);
58
top =
_namedConnectionRadioButton
.Bottom;
95
_namedConnectionRadioButton
.TabIndex = tabIndex += 10;
109
this.
_namedConnectionRadioButton
.Text = Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButton;
110
this.
_namedConnectionRadioButton
.AccessibleName = Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButtonAccessibleName;
166
if (
_namedConnectionRadioButton
.Checked)
251
bool isNamedConnection =
_namedConnectionRadioButton
.Checked;
275
if (
_namedConnectionRadioButton
.Checked)
335
_namedConnectionRadioButton
.Checked = isNamedConnection;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (8)
63
this._databaseConnectionGroupBox.Controls.Add(this.
_namedConnectionRadioButton
);
72
this._radioButtonsGroupContainer.Controls.Add(this.
_namedConnectionRadioButton
);
82
this.
_namedConnectionRadioButton
.AutoSize = true;
83
this.
_namedConnectionRadioButton
.Checked = true;
84
this.
_namedConnectionRadioButton
.ImeMode = System.Windows.Forms.ImeMode.NoControl;
85
this.
_namedConnectionRadioButton
.Name = "_namedConnectionRadioButton";
86
this.
_namedConnectionRadioButton
.UseVisualStyleBackColor = true;
87
this.
_namedConnectionRadioButton
.CheckedChanged += new System.EventHandler(this.OnNamedConnectionRadioButton_CheckedChanged);