3 writes to _accelTable
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
676
_accelTable
= HACCEL.Null;
681
_accelTable
= PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount);
1667
_accelTable
= HACCEL.Null;
5 references to _accelTable
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
673
if (!
_accelTable
.IsNull)
675
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));
687
pControlInfo->hAccel =
_accelTable
;
1664
if (_clientSite is null && !
_accelTable
.IsNull)
1666
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));