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