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;
1857
_flagState[
s_handleKeyPress
] = false;
1892
_flagState[
s_handleKeyPress
] = false;
1930
if (!_flagState[
s_handleKeyPress
])
1932
_flagState[
s_handleKeyPress
] = true;
1965
if (!_flagState[
s_handleKeyPress
])
1967
_flagState[
s_handleKeyPress
] = true;