3 writes to _accelTable
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
684
_accelTable
= HACCEL.Null;
689
_accelTable
= PInvoke.CreateAcceleratorTable(pAccelerators, _accelCount);
1675
_accelTable
= HACCEL.Null;
5 references to _accelTable
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
681
if (!
_accelTable
.IsNull)
683
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));
695
pControlInfo->hAccel =
_accelTable
;
1672
if (_clientSite is null && !
_accelTable
.IsNull)
1674
PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control,
_accelTable
));