1 write to _connectionStringRadioButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
45this._connectionStringRadioButton = new System.Windows.Forms.RadioButton();
16 references to _connectionStringRadioButton
System.Web.Entity.Design (16)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (9)
64_connectionStringRadioButton.Location = new Point(9, top + 6); 65_connectionStringRadioButton.Size = new Size(109, 17); 66top = _connectionStringRadioButton.Bottom; 97_connectionStringRadioButton.TabIndex = tabIndex += 10; 106this._connectionStringRadioButton.Text = Strings.Wizard_ObjectContextPanel_ConnectionStringRadioButton; 107this._connectionStringRadioButton.AccessibleName = Strings.Wizard_ObjectContextPanel_ConnectionStringRadioButtonAccessibleName; 124if (_connectionStringRadioButton.Checked) 252Debug.Assert(!isNamedConnection ? _connectionStringRadioButton.Checked : true, "only expecting either named connection or connection string radio button options"); 337_connectionStringRadioButton.Checked = !isNamedConnection;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (7)
65this._databaseConnectionGroupBox.Controls.Add(this._connectionStringRadioButton); 73this._radioButtonsGroupContainer.Controls.Add(this._connectionStringRadioButton); 99this._connectionStringRadioButton.AutoSize = true; 100this._connectionStringRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; 101this._connectionStringRadioButton.Name = "_connectionStringRadioButton"; 102this._connectionStringRadioButton.UseVisualStyleBackColor = true; 103this._connectionStringRadioButton.CheckedChanged += new System.EventHandler(this.OnConnectionStringRadioButton_CheckedChanged);