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