8 references to s_handleKeyPress
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (8)
73
private static readonly int s_isNullMask = BitVector32.CreateMask(
s_handleKeyPress
);
171
_flagState[
s_handleKeyPress
] = true;
1853
_flagState[
s_handleKeyPress
] = false;
1888
_flagState[
s_handleKeyPress
] = false;
1926
if (!_flagState[
s_handleKeyPress
])
1928
_flagState[
s_handleKeyPress
] = true;
1961
if (!_flagState[
s_handleKeyPress
])
1963
_flagState[
s_handleKeyPress
] = true;