6 references to IsPrintableChar
System (6)
compmod\system\componentmodel\MaskedTextProvider.cs (6)
244
if( !
IsPrintableChar
( c ) )
790
if (!
IsPrintableChar
(value))
1565
return
IsPrintableChar
( c );
1573
return
IsPrintableChar
( c );
1581
return
IsPrintableChar
(c) || (c == '\0'); // null character means password reset.
2315
if (!
IsPrintableChar
(input))