1 write to _selectSimpleCheckedListBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
47
this.
_selectSimpleCheckedListBox
= new System.Windows.Forms.CheckedListBox();
23 references to _selectSimpleCheckedListBox
System.Web.Entity.Design (23)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (15)
67
_selectSimpleCheckedListBox
.Location = _selectAdvancedTextBox.Location;
68
_selectSimpleCheckedListBox
.Size = _selectAdvancedTextBox.Size;
69
_selectSimpleCheckedListBox
.ColumnWidth = 225;
70
top =
_selectSimpleCheckedListBox
.Bottom;
97
_selectSimpleCheckedListBox
.TabStop = true;
111
_selectSimpleCheckedListBox
.TabIndex = tabIndex += 10;
126
_selectSimpleCheckedListBox
.AccessibleName = Strings.Wizard_DataSelectionPanel_SelectAccessibleName;
203
_selectSimpleCheckedListBox
.SetItemChecked(0, false);
215
foreach (int checkedIndex in
_selectSimpleCheckedListBox
.CheckedIndices)
217
_selectSimpleCheckedListBox
.SetItemChecked(checkedIndex, false);
287
_selectSimpleCheckedListBox
.Items.Clear();
288
_selectSimpleCheckedListBox
.Items.AddRange(entityTypeProperties.ToArray());
293
_selectSimpleCheckedListBox
.SetItemChecked(entityProperty, true);
298
_selectSimpleCheckedListBox
.Visible = true;
324
_selectSimpleCheckedListBox
.Visible = false;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (8)
102
this.
_selectSimpleCheckedListBox
.CheckOnClick = true;
103
this.
_selectSimpleCheckedListBox
.FormattingEnabled = true;
104
this.
_selectSimpleCheckedListBox
.HorizontalScrollbar = true;
105
this.
_selectSimpleCheckedListBox
.MultiColumn = true;
106
this.
_selectSimpleCheckedListBox
.Name = "_selectSimpleCheckedListBox";
107
this.
_selectSimpleCheckedListBox
.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(OnSelectSimpleCheckedListBox_ItemCheck);
108
this.
_selectSimpleCheckedListBox
.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom;
153
this.Controls.Add(this.
_selectSimpleCheckedListBox
);