1 write to passwordChar
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBox.cs (1)
390
passwordChar
= value;
3 references to passwordChar
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TextBox.cs (3)
653
if (
passwordChar
!= 0) {
655
SendMessage(NativeMethods.EM_SETPASSWORDCHAR,
passwordChar
, 0);
762
if (Multiline ||
passwordChar
!= 0 || useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None) {