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