4 references to IsHighSurrogate
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\MetadataHelpersTests.cs (1)
27Assert.True(Char.IsHighSurrogate(highSurrogate, 0));
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (3)
1198if (textData.Length == extraCharsAllowed && Char.IsHighSurrogate(textData, extraCharsAllowed - 1)) 1206if (string.IsNullOrEmpty(textAdjacent) || !Char.IsHighSurrogate(textAdjacent, textAdjacent.Length - 1)) 1447(Char.IsHighSurrogate(text, position - 1) && Char.IsLowSurrogate(text, position)))