7 writes to _accelCount
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (7)
619_accelCount = (short)mnemonicList.Count; 627_accelCount = 0; 636accelerators[_accelCount++] = new ACCEL 644accelerators[_accelCount++] = new ACCEL 660accelerators[_accelCount++] = new ACCEL 1668_accelCount = -1; 2052_accelCount = -1;
5 references to _accelCount
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
614if (_accelCount == -1) 621if (_accelCount > 0) 625var accelerators = new ACCEL[_accelCount * 2]; 681_accelTable = PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount); 686pControlInfo->cAccel = (ushort)_accelCount;