7 writes to _accelCount
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (7)
627_accelCount = (short)mnemonicList.Count; 635_accelCount = 0; 644accelerators[_accelCount++] = new ACCEL 652accelerators[_accelCount++] = new ACCEL 668accelerators[_accelCount++] = new ACCEL 1676_accelCount = -1; 2060_accelCount = -1;
5 references to _accelCount
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
622if (_accelCount == -1) 629if (_accelCount > 0) 633var accelerators = new ACCEL[_accelCount * 2]; 689_accelTable = PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount); 694pControlInfo->cAccel = (ushort)_accelCount;