2 references to IsLowSurrogate
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
1197
if (!string.IsNullOrEmpty(textData) && Char.
IsLowSurrogate
(textData, 0))
1441
(Char.IsHighSurrogate(text, position - 1) && Char.
IsLowSurrogate
(text, position)))