1 write to _statementLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
158this._statementLabel = new System.Windows.Forms.Label();
9 references to _statementLabel
System.Web.Entity.Design (9)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (9)
140_statementLabel.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 184this._statementLabel.Name = "_commandLabel"; 214this._statementPanel.Controls.Add(this._statementLabel); 260_statementLabel.Location = new Point(0, 0); 261_statementLabel.Size = new Size(200, 16); 262top = _statementLabel.Bottom; 288_statementLabel.TabStop = false; 302_statementLabel.TabIndex = tabIndex += 10; 319_statementLabel.Text = labelText;