1 write to useSystemPasswordChar
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBox.cs (1)
531
useSystemPasswordChar
= value;
6 references to useSystemPasswordChar
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBox.cs (6)
360
if (
useSystemPasswordChar
) {
391
if (!
useSystemPasswordChar
) {
527
return
useSystemPasswordChar
;
530
if (value !=
useSystemPasswordChar
) {
654
if (!
useSystemPasswordChar
) {
762
if (Multiline || passwordChar != 0 ||
useSystemPasswordChar
|| AutoCompleteSource == AutoCompleteSource.None) {