1 write to _entityTypeFilterLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
43
this.
_entityTypeFilterLabel
= new System.Windows.Forms.Label();
10 references to _entityTypeFilterLabel
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (6)
50
_entityTypeFilterLabel
.Location = new Point(9, top + 6);
51
_entityTypeFilterLabel
.Size = new Size(118, 13);
52
top =
_entityTypeFilterLabel
.Bottom;
94
_entityTypeFilterLabel
.TabStop = false;
108
_entityTypeFilterLabel
.TabIndex = tabIndex += 10;
123
_entityTypeFilterLabel
.Text = Strings.Wizard_DataSelectionPanel_EntityTypeFilter;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (4)
73
this.
_entityTypeFilterLabel
.AutoSize = true;
74
this.
_entityTypeFilterLabel
.ImeMode = System.Windows.Forms.ImeMode.NoControl;
75
this.
_entityTypeFilterLabel
.Name = "_entityTypeFilterLabel";
150
this.Controls.Add(this.
_entityTypeFilterLabel
);