3 writes to _accelTable
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
677
_accelTable
= HACCEL.Null;
682
_accelTable
= PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount);
1668
_accelTable
= HACCEL.Null;
5 references to _accelTable
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
674
if (!
_accelTable
.IsNull)
676
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));
688
pControlInfo->hAccel =
_accelTable
;
1665
if (_clientSite is null && !
_accelTable
.IsNull)
1667
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));