5 references to s_useSystemPasswordChar
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
90private static readonly int s_insertToggled = BitVector32.CreateMask(s_useSystemPasswordChar); 162_flagState[s_useSystemPasswordChar] = false; 1390return _flagState[s_useSystemPasswordChar]; 1394if (value != _flagState[s_useSystemPasswordChar]) 1412_flagState[s_useSystemPasswordChar] = value;