1 write to _useSystemPasswordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
518_useSystemPasswordChar = value;
6 references to _useSystemPasswordChar
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBox.cs (6)
312if (_useSystemPasswordChar) 344if (!_useSystemPasswordChar) 512return _useSystemPasswordChar; 516if (value != _useSystemPasswordChar) 643if (!_useSystemPasswordChar) 753if (Multiline || _passwordChar != 0 || _useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None)