2 references to IsValidInputChar
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (2)
237
if ((e != null) && (!String.IsNullOrEmpty(e.Text)) && (
IsValidInputChar
(e.Text[0])))
294
if (!(
IsValidInputChar
(c)))