1 write to _namedConnectionRadioButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
42this._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); 58top = _namedConnectionRadioButton.Bottom; 95_namedConnectionRadioButton.TabIndex = tabIndex += 10; 109this._namedConnectionRadioButton.Text = Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButton; 110this._namedConnectionRadioButton.AccessibleName = Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButtonAccessibleName; 166if (_namedConnectionRadioButton.Checked) 251bool isNamedConnection = _namedConnectionRadioButton.Checked; 275if (_namedConnectionRadioButton.Checked) 335_namedConnectionRadioButton.Checked = isNamedConnection;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (8)
63this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionRadioButton); 72this._radioButtonsGroupContainer.Controls.Add(this._namedConnectionRadioButton); 82this._namedConnectionRadioButton.AutoSize = true; 83this._namedConnectionRadioButton.Checked = true; 84this._namedConnectionRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; 85this._namedConnectionRadioButton.Name = "_namedConnectionRadioButton"; 86this._namedConnectionRadioButton.UseVisualStyleBackColor = true; 87this._namedConnectionRadioButton.CheckedChanged += new System.EventHandler(this.OnNamedConnectionRadioButton_CheckedChanged);