3 references to IsHighSurrogate
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (3)
1192if (textData.Length == extraCharsAllowed && Char.IsHighSurrogate(textData, extraCharsAllowed - 1)) 1200if (string.IsNullOrEmpty(textAdjacent) || !Char.IsHighSurrogate(textAdjacent, textAdjacent.Length - 1)) 1441(Char.IsHighSurrogate(text, position - 1) && Char.IsLowSurrogate(text, position)))