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);
327
if (
_itemCountTextBox
.Text.Length != 0)
329
itemCount = Int32.Parse(
_itemCountTextBox
.Text, CultureInfo.InvariantCulture);
335
_itemCountTextBox
.Text = list.ItemCount.ToString(CultureInfo.InvariantCulture);