5 references to IsHighSurrogate
mscorlib (2)
system\text\decoderreplacementfallback.cs (1)
38
if (Char.
IsHighSurrogate
(replacement, i))
system\text\encoderreplacementfallback.cs (1)
40
if (Char.
IsHighSurrogate
(replacement, i))
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditor.cs (3)
1238
if (textData.Length == extraCharsAllowed && Char.
IsHighSurrogate
(textData, extraCharsAllowed - 1))
1246
if (string.IsNullOrEmpty(textAdjacent) || !Char.
IsHighSurrogate
(textAdjacent, textAdjacent.Length - 1))
1494
(Char.
IsHighSurrogate
(text, position - 1) && Char.IsLowSurrogate(text, position)))