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)
615if (_passwordChar != 0) 619PInvokeCore.SendMessage(this, PInvokeCore.EM_SETPASSWORDCHAR, (WPARAM)_passwordChar); 730if (Multiline || _passwordChar != 0 || _useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None)