2 references to OnKeyPressNumberTextBox
System.Web.Mobile (2)
UI\MobileControls\Design\ObjectListGeneralPage.cs (2)
118
_txtItemCount.KeyPress += new KeyPressEventHandler(this.
OnKeyPressNumberTextBox
);
128
_txtItemsPerPage.KeyPress += new KeyPressEventHandler(this.
OnKeyPressNumberTextBox
);