1 write to _useSystemPasswordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
485_useSystemPasswordChar = value;
6 references to _useSystemPasswordChar
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBox.cs (6)
320if (_useSystemPasswordChar) 352if (!_useSystemPasswordChar) 479return _useSystemPasswordChar; 483if (value != _useSystemPasswordChar) 617if (!_useSystemPasswordChar) 730if (Multiline || _passwordChar != 0 || _useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None)