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