2 writes to passwordReplaceChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2221
passwordReplaceChar
= (char)0x25CF; // Bullet is 2022, but edit box uses round circle 25CF
2224
passwordReplaceChar
= '*';
2 references to passwordReplaceChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2219
if (
passwordReplaceChar
== (char)0) {
2228
strValue = new string(
passwordReplaceChar
, strValue.Length);