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