1 write to _enableInsertCheckBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
49
this.
_enableInsertCheckBox
= new System.Windows.Forms.CheckBox();
16 references to _enableInsertCheckBox
System.Web.Entity.Design (16)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (9)
76
_enableInsertCheckBox
.Location = new Point(3, top + 3);
77
_enableInsertCheckBox
.Size = new Size(141, 17);
78
top =
_enableInsertCheckBox
.Bottom;
100
_enableInsertCheckBox
.TabStop = true;
114
_enableInsertCheckBox
.TabIndex = tabIndex += 10;
128
_enableInsertCheckBox
.Text = Strings.Wizard_DataSelectionPanel_Insert;
129
_enableInsertCheckBox
.AccessibleName = Strings.Wizard_DataSelectionPanel_InsertAccessibleName;
153
_dataSelection.SelectEnableInsert(
_enableInsertCheckBox
.Checked);
257
_enableInsertCheckBox
.Checked = enableInsert;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (7)
112
this._insertUpdateDeletePanel.Controls.Add(this.
_enableInsertCheckBox
);
120
this.
_enableInsertCheckBox
.AutoSize = true;
121
this.
_enableInsertCheckBox
.ImeMode = System.Windows.Forms.ImeMode.NoControl;
122
this.
_enableInsertCheckBox
.Name = "_enableInsertCheckBox";
123
this.
_enableInsertCheckBox
.UseVisualStyleBackColor = true;
124
this.
_enableInsertCheckBox
.CheckedChanged += new EventHandler(OnEnableInsertCheckBox_CheckedChanged);
125
this.
_enableInsertCheckBox
.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;