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