1 write to _radioButtonsGroupContainer
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
48this._radioButtonsGroupContainer = new System.Windows.Forms.GroupBox();
7 references to _radioButtonsGroupContainer
System.Web.Entity.Design (7)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (3)
51_radioButtonsGroupContainer.Location = new Point(0, 0); 52_radioButtonsGroupContainer.Size = new Size(503, 124); 92_radioButtonsGroupContainer.TabIndex = tabIndex;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (4)
72this._radioButtonsGroupContainer.Controls.Add(this._namedConnectionRadioButton); 73this._radioButtonsGroupContainer.Controls.Add(this._connectionStringRadioButton); 74this._databaseConnectionGroupBox.Controls.Add(this._radioButtonsGroupContainer); 78this._radioButtonsGroupContainer.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;