8 references to s_handleKeyPress
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (8)
75
private static readonly int s_isNullMask = BitVector32.CreateMask(
s_handleKeyPress
);
173
_flagState[
s_handleKeyPress
] = true;
1859
_flagState[
s_handleKeyPress
] = false;
1894
_flagState[
s_handleKeyPress
] = false;
1932
if (!_flagState[
s_handleKeyPress
])
1934
_flagState[
s_handleKeyPress
] = true;
1967
if (!_flagState[
s_handleKeyPress
])
1969
_flagState[
s_handleKeyPress
] = true;