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