6 writes to accelCount
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
16872
accelCount
= (short)mnemonicList.Count;
16888
accelCount
= 0;
16905
accelCount
++;
16923
accelCount
++;
18196
accelCount
= -1;
18683
this.
accelCount
= -1;
6 references to accelCount
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
16868
if (
accelCount
== -1) {
16874
if (
accelCount
> 0) {
16880
IntPtr accelBlob = Marshal.AllocHGlobal(accelSize *
accelCount
* 2);
16891
IntPtr structAddr = (IntPtr)((long)accelBlob +
accelCount
* accelSize);
16937
accelTable = UnsafeNativeMethods.CreateAcceleratorTable(new HandleRef(null, accelBlob),
accelCount
);
16947
pCI.cAccel =
accelCount
;