5 references to CheckLetter
mscorlib (5)
system\char.cs (4)
243return (CheckLetter(GetLatin1UnicodeCategory(c))); 245return (CheckLetter(CharUnicodeInfo.GetUnicodeCategory(c))); 560return (CheckLetter(GetLatin1UnicodeCategory(c))); 562return (CheckLetter(CharUnicodeInfo.GetUnicodeCategory(s, index)));
system\globalization\textinfo.cs (1)
729if (Char.CheckLetter(charType)) {