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