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