8 references to IsSurrogatePair
mscorlib (2)
system\char.cs (1)
894
return (
IsSurrogatePair
(s[index], s[index+1]));
system\globalization\numberformatinfo.cs (1)
208
} else if(!char.
IsSurrogatePair
(nativeDig[i][0], nativeDig[i][1])) {
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
1375
if (Char.
IsSurrogatePair
(neighborhood[0], neighborhood[1]) ||
System (2)
net\System\IriHelper.cs (1)
32
if (Char.
IsSurrogatePair
(highSurr, lowSurr))
net\System\Net\WebUtility.cs (1)
628
if (Char.
IsSurrogatePair
(leadingSurrogate, trailingSurrogate)) {
System.Xml (3)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
104
if ( !char.
IsSurrogatePair
( charUnknownHigh, charUnknownLow ) ) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
874
if (!Char.
IsSurrogatePair
(highChar, lowChar)) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
725
if (!Char.
IsSurrogatePair
(highChar, lowChar)) {