1 write to s_passwordReplaceChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1925s_passwordReplaceChar = '\u25CF';
2 references to s_passwordReplaceChar
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1922if (s_passwordReplaceChar == '\0') 1928text = new string(s_passwordReplaceChar, text.Length);