1 write to _statementTextBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
159
this.
_statementTextBox
= new System.Windows.Forms.TextBox();
18 references to _statementTextBox
System.Web.Entity.Design (18)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (18)
64
_statementTextBox
.Text = statement;
65
_statementTextBox
.Select(0, 0);
105
return
_statementTextBox
.Text;
141
_statementTextBox
.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
188
this.
_statementTextBox
.AcceptsReturn = true;
189
this.
_statementTextBox
.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
191
this.
_statementTextBox
.Multiline = true;
192
this.
_statementTextBox
.Name = "_statementTextBox";
193
this.
_statementTextBox
.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
215
this._statementPanel.Controls.Add(this.
_statementTextBox
);
264
_statementTextBox
.Location = new Point(0, top + 3);
265
_statementTextBox
.Size = new Size(456, 78);
289
_statementTextBox
.TabStop = true;
303
_statementTextBox
.TabIndex = tabIndex += 10;
320
_statementTextBox
.AccessibleName = accessibleName;
337
_cachedStatementText =
_statementTextBox
.Text;
338
_statementTextBox
.Text = null;
342
_statementTextBox
.Text = _cachedStatementText;