2 references to IsApostrophe
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
580
if ((char.IsLetterOrDigit(ch1) &&
IsApostrophe
(ch2))
581
|| (
IsApostrophe
(ch1) && char.IsLetterOrDigit(ch2) && index >= 2 && char.IsLetterOrDigit(text[index - 2])))