8 references to siteProcessedInputKey
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (8)
170
private static readonly int needLicenseKey = BitVector32.CreateMask(
siteProcessedInputKey
);
2030
if (axState[
siteProcessedInputKey
]) {
2047
axState[
siteProcessedInputKey
] = false;
2075
else if (axState[
siteProcessedInputKey
]) {
2086
axState[
siteProcessedInputKey
] = false;
4118
Debug.Assert(!host.GetAxState(AxHost.
siteProcessedInputKey
), "Re-entering UnsafeNativeMethods.IOleControlSite.TranslateAccelerator!!!");
4119
host.SetAxState(AxHost.
siteProcessedInputKey
, true);
4132
host.SetAxState(AxHost.
siteProcessedInputKey
, false);