2 references to IsLowSurrogate
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (2)
624
IsLowSurrogate
((int)s[1]))
646
return IsHighSurrogate(ch) ||
IsLowSurrogate
(ch);