10 references to SKEvent
System.Windows.Forms (10)
System\Windows\Forms\SendKeys\SendKeys.cs (9)
86
private static readonly Queue<
SKEvent
> s_events = new();
118
private static void AddEvent(
SKEvent
skevent)
627
private static unsafe void SendInput(ReadOnlySpan<byte> oldKeyboardState,
SKEvent
[]? previousEvents)
675
SKEvent
skEvent = s_events.Dequeue();
751
private static void AddCancelModifiersForPreviousEvents(
SKEvent
[]? previousEvents)
762
foreach (
SKEvent
skEvent in previousEvents)
806
private static bool IsExtendedKey(
SKEvent
skEvent)
828
private static void CheckGlobalKeys(
SKEvent
skEvent)
916
SKEvent
[]? previousEvents = null;
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
57
SKEvent
@event = s_events.Peek();