2 writes to hAccel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
15278pCI.hAccel = IntPtr.Zero; 16948pCI.hAccel = accelTable;
2 references to hAccel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2123if (SafeNativeMethods.IsAccelerator(new HandleRef(ctlInfo, ctlInfo.hAccel), ctlInfo.cAccel, ref msg, null)) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
401if (SafeNativeMethods.IsAccelerator(new HandleRef(ctlInfo, ctlInfo.hAccel), ctlInfo.cAccel, ref msg, null)) {