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