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