1 write to useSystemPasswordChar
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBox.cs (1)
531useSystemPasswordChar = value;
6 references to useSystemPasswordChar
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBox.cs (6)
360if (useSystemPasswordChar) { 391if (!useSystemPasswordChar) { 527return useSystemPasswordChar; 530if (value != useSystemPasswordChar) { 654if (!useSystemPasswordChar) { 762if (Multiline || passwordChar != 0 || useSystemPasswordChar || AutoCompleteSource == AutoCompleteSource.None) {