3 instantiations of ACCEL
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
636accelerators[_accelCount++] = new ACCEL 644accelerators[_accelCount++] = new ACCEL 660accelerators[_accelCount++] = new ACCEL
7 references to ACCEL
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
625var accelerators = new ACCEL[_accelCount * 2]; 679fixed (ACCEL* pAccelerators = accelerators)
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.USER32.dll.g.cs (5)
361 /// <inheritdoc cref="CreateAcceleratorTable(winmdroot.UI.WindowsAndMessaging.ACCEL*, int)"/> 363 internal static unsafe winmdroot.UI.WindowsAndMessaging.HACCEL CreateAcceleratorTable(ReadOnlySpan<winmdroot.UI.WindowsAndMessaging.ACCEL> paccel) 365 fixed (winmdroot.UI.WindowsAndMessaging.ACCEL* paccelLocal = paccel) 386 internal static unsafe winmdroot.UI.WindowsAndMessaging.HACCEL CreateAcceleratorTable(winmdroot.UI.WindowsAndMessaging.ACCEL* paccel, int cAccel) 394 static extern unsafe winmdroot.UI.WindowsAndMessaging.HACCEL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.ACCEL* paccel, int cAccel);