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); 383if (_rowsTextBox.Text.Length != 0) 385rows = Int32.Parse(_rowsTextBox.Text, CultureInfo.InvariantCulture); 391_rowsTextBox.Text = selectionList.Rows.ToString(CultureInfo.InvariantCulture);