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