1 write to _passwordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
351
_passwordChar
= value;
3 references to _passwordChar
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
615
if (
_passwordChar
!= 0)
619
PInvokeCore.SendMessage(this, PInvokeCore.EM_SETPASSWORDCHAR, (WPARAM)
_passwordChar
);
730
if (Multiline ||
_passwordChar
!= 0 || _useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None)