4 references to s_beepOnError
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
91
private static readonly int s_useSystemPasswordChar = BitVector32.CreateMask(
s_beepOnError
);
163
_flagState[
s_beepOnError
] = false;
279
return _flagState[
s_beepOnError
];
283
_flagState[
s_beepOnError
] = value;