1 write to _enableInsertCheckBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
49this._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); 78top = _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)
112this._insertUpdateDeletePanel.Controls.Add(this._enableInsertCheckBox); 120this._enableInsertCheckBox.AutoSize = true; 121this._enableInsertCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl; 122this._enableInsertCheckBox.Name = "_enableInsertCheckBox"; 123this._enableInsertCheckBox.UseVisualStyleBackColor = true; 124this._enableInsertCheckBox.CheckedChanged += new EventHandler(OnEnableInsertCheckBox_CheckedChanged); 125this._enableInsertCheckBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;