2 references to IsApostrophe
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
661
if ((char.IsLetterOrDigit(ch1) &&
IsApostrophe
(ch2))
662
|| (
IsApostrophe
(ch1) && char.IsLetterOrDigit(ch2) && index >= 2 && char.IsLetterOrDigit(text[index - 2])))