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