5 references to IsLowSurrogate
mscorlib (3)
system\globalization\idnmapping.cs (3)
607if (Char.IsLowSurrogate(unicode, iTest)) 627Contract.Assert(Char.IsLowSurrogate(unicode, basicCount) == false, 1043if (Char.IsLowSurrogate(output.ToString(), iTest)) continue;
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
1243if (!string.IsNullOrEmpty(textData) && Char.IsLowSurrogate(textData, 0)) 1494(Char.IsHighSurrogate(text, position - 1) && Char.IsLowSurrogate(text, position)))