8 references to IsSurrogatePair
mscorlib (2)
system\char.cs (1)
894return (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)
1375if (Char.IsSurrogatePair(neighborhood[0], neighborhood[1]) ||
System (2)
net\System\IriHelper.cs (1)
32if (Char.IsSurrogatePair(highSurr, lowSurr))
net\System\Net\WebUtility.cs (1)
628if (Char.IsSurrogatePair(leadingSurrogate, trailingSurrogate)) {
System.Xml (3)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
104if ( !char.IsSurrogatePair( charUnknownHigh, charUnknownLow ) ) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
874if (!Char.IsSurrogatePair(highChar, lowChar)) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
725if (!Char.IsSurrogatePair(highChar, lowChar)) {