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