1 write to _radioButtonsGroupContainer
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
48
this.
_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)
72
this.
_radioButtonsGroupContainer
.Controls.Add(this._namedConnectionRadioButton);
73
this.
_radioButtonsGroupContainer
.Controls.Add(this._connectionStringRadioButton);
74
this._databaseConnectionGroupBox.Controls.Add(this.
_radioButtonsGroupContainer
);
78
this.
_radioButtonsGroupContainer
.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;