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