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