3 references to CreateAcceleratorTable
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
681
_accelTable = PInvoke.
CreateAcceleratorTable
(pAccelerators, _accelCount);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
361
/// <inheritdoc cref="
CreateAcceleratorTable
(winmdroot.UI.WindowsAndMessaging.ACCEL*, int)"/>
367
winmdroot.UI.WindowsAndMessaging.HACCEL __result = PInvoke.
CreateAcceleratorTable
(paccelLocal, paccel.Length);