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)
673if (!_accelTable.IsNull) 675PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable)); 687pControlInfo->hAccel = _accelTable; 1664if (_clientSite is null && !_accelTable.IsNull) 1666PInvoke.DestroyAcceleratorTable(new HandleRef<HACCEL>(_control, _accelTable));