1 write to _rowsTextBox
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
109
_rowsTextBox
= new TextBox();
9 references to _rowsTextBox
System.Web.Mobile (9)
UI\MobileControls\Design\ListGeneralPage.cs (9)
185
_rowsTextBox
.SetBounds(211, 40, 161, 20);
186
_rowsTextBox
.TextChanged += new EventHandler(this.OnSetPageDirty);
187
_rowsTextBox
.KeyPress += new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
188
_rowsTextBox
.TabIndex = 4;
221
_rowsTextBox
,
275
_rowsTextBox
.Text = selectionList.Rows.ToString(CultureInfo.InvariantCulture);
383
if (
_rowsTextBox
.Text.Length != 0)
385
rows = Int32.Parse(
_rowsTextBox
.Text, CultureInfo.InvariantCulture);
391
_rowsTextBox
.Text = selectionList.Rows.ToString(CultureInfo.InvariantCulture);