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