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)
681if (!_accelTable.IsNull) 683PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable)); 695pControlInfo->hAccel = _accelTable; 1672if (_clientSite is null && !_accelTable.IsNull) 1674PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable));