2 writes to cAccel
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
686
pControlInfo->
cAccel
= (ushort)_accelCount;
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
38
pCI->
cAccel
= 0;
2 references to cAccel
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))