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