7 writes to _accelCount
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (7)
620_accelCount = (short)mnemonicList.Count; 628_accelCount = 0; 637accelerators[_accelCount++] = new ACCEL 645accelerators[_accelCount++] = new ACCEL 661accelerators[_accelCount++] = new ACCEL 1669_accelCount = -1; 2053_accelCount = -1;
5 references to _accelCount
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
615if (_accelCount == -1) 622if (_accelCount > 0) 626var accelerators = new ACCEL[_accelCount * 2]; 682_accelTable = PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount); 687pControlInfo->cAccel = (ushort)_accelCount;