3 references to EM_SETPASSWORDCHAR
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1099
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETPASSWORDCHAR
, (WPARAM)pwdChar);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
359
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETPASSWORDCHAR
, (WPARAM)value);
616
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETPASSWORDCHAR
, (WPARAM)_passwordChar);