1 write to _useSystemPasswordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
476_useSystemPasswordChar = value;
6 references to _useSystemPasswordChar
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBox.cs (6)
311if (_useSystemPasswordChar) 343if (!_useSystemPasswordChar) 470return _useSystemPasswordChar; 474if (value != _useSystemPasswordChar) 601if (!_useSystemPasswordChar) 711if (Multiline || _passwordChar != 0 || _useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None)