1 write to _itemCountTextBox
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
100_itemCountTextBox = new TextBox();
9 references to _itemCountTextBox
System.Web.Mobile (9)
UI\MobileControls\Design\ListGeneralPage.cs (9)
146_itemCountTextBox.SetBounds(8, 113, 161, 20); 147_itemCountTextBox.TextChanged += new EventHandler(this.OnSetPageDirty); 148_itemCountTextBox.KeyPress += new KeyPressEventHandler(this.OnKeyPressNumberTextBox); 149_itemCountTextBox.TabIndex = 5; 210_itemCountTextBox, 236_itemCountTextBox.Text = list.ItemCount.ToString(CultureInfo.InvariantCulture); 327if (_itemCountTextBox.Text.Length != 0) 329itemCount = Int32.Parse(_itemCountTextBox.Text, CultureInfo.InvariantCulture); 335_itemCountTextBox.Text = list.ItemCount.ToString(CultureInfo.InvariantCulture);