4 references to s_processingKeyUp
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
95
private static readonly int s_assignUniqueID = BitVector32.CreateMask(
s_processingKeyUp
);
3166
if (_axState[
s_processingKeyUp
])
3171
_axState[
s_processingKeyUp
] = true;
3181
_axState[
s_processingKeyUp
] = false;