2 writes to hAccel
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
687pControlInfo->hAccel = _accelTable;
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
37pCI->hAccel = HACCEL.Null;
2 references to hAccel
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1771if (PInvoke.IsAccelerator(new HandleRef<HACCEL>(this, ctlInfo.hAccel), ctlInfo.cAccel, &msg, lpwCmd: null))
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
342if (!PInvoke.IsAccelerator(new HandleRef<HACCEL>(this, controlInfo.hAccel), controlInfo.cAccel, &msg, lpwCmd: null))