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)
674if (!_accelTable.IsNull) 676PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable)); 688pControlInfo->hAccel = _accelTable; 1665if (_clientSite is null && !_accelTable.IsNull) 1667PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable));