3 references to EM_SETPASSWORDCHAR
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1230SendMessage(NativeMethods.EM_SETPASSWORDCHAR, pwdChar, 0);
winforms\Managed\System\WinForms\TextBox.cs (2)
395SendMessage(NativeMethods.EM_SETPASSWORDCHAR, value, 0); 655SendMessage(NativeMethods.EM_SETPASSWORDCHAR, passwordChar, 0);