4 references to IsAccelerator
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.OLE32.dll.g.cs (2)
123 /// <inheritdoc cref="IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL, int, winmdroot.UI.WindowsAndMessaging.MSG*, ushort*)"/> 131 winmdroot.Foundation.BOOL __result = PInvoke.IsAccelerator(hAccel, cAccelEntries, lpMsgLocal, lpwCmdLocal);
Windows\Win32\PInvoke.IsAccelerator.cs (2)
8/// <inheritdoc cref="IsAccelerator(HACCEL, int, MSG*, ushort*)"/> 12bool result = IsAccelerator(hAccel.Handle, cAccelEntries, lpMsg, lpwCmd);