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