2 writes to cAccel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
15279pCI.cAccel = 0; 16947pCI.cAccel = accelCount;
2 references to cAccel
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)) {