3 references to IsLowSurrogate
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\MetadataHelpersTests.cs (1)
26
Assert.True(Char.
IsLowSurrogate
(lowSurrogate, 0));
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)))