2 references to CharIsPrintable
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (2)
190charsToDraw[i] = CharIsPrintable(c) ? c : '.'; 344if (CharIsPrintable(unicodeChar))