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