1 write to _itemsPerPageTextBox
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
102
_itemsPerPageTextBox
= new TextBox();
9 references to _itemsPerPageTextBox
System.Web.Mobile (9)
UI\MobileControls\Design\ListGeneralPage.cs (9)
156
_itemsPerPageTextBox
.SetBounds(211, 113, 161, 20);
157
_itemsPerPageTextBox
.TextChanged += new EventHandler(this.OnSetPageDirty);
158
_itemsPerPageTextBox
.KeyPress += new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
159
_itemsPerPageTextBox
.TabIndex = 7;
208
_itemsPerPageTextBox
,
237
_itemsPerPageTextBox
.Text = list.ItemsPerPage.ToString(CultureInfo.InvariantCulture);
342
if (
_itemsPerPageTextBox
.Text.Length != 0)
344
itemsPerPage = Int32.Parse(
_itemsPerPageTextBox
.Text, CultureInfo.InvariantCulture);
350
_itemsPerPageTextBox
.Text = list.ItemsPerPage.ToString(CultureInfo.InvariantCulture);