2 references to IsBadCode
PresentationFramework (2)
System\Windows\Documents\TextRangeSerialization.cs (2)
1777
if (Char.IsHighSurrogate(testChar) || Char.IsLowSurrogate(testChar) ||
IsBadCode
(testChar))
1815
else if (
IsBadCode
(text[i]))