3 references to OnKeyPressNumberTextBox
System.Web.Mobile (3)
UI\MobileControls\Design\ListGeneralPage.cs (3)
148
_itemCountTextBox.KeyPress += new KeyPressEventHandler(this.
OnKeyPressNumberTextBox
);
158
_itemsPerPageTextBox.KeyPress += new KeyPressEventHandler(this.
OnKeyPressNumberTextBox
);
187
_rowsTextBox.KeyPress += new KeyPressEventHandler(this.
OnKeyPressNumberTextBox
);