9 references to RawUIStateActions
PresentationCore (9)
System\Windows\Input\RawUIStateInputReport.cs (8)
34RawUIStateActions action, 38throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); 49public RawUIStateActions Action {get {return _action;}} 57internal static bool IsValidRawUIStateAction(RawUIStateActions action) 59return (action == RawUIStateActions.Set || 60action == RawUIStateActions.Clear || 61action == RawUIStateActions.Initialize); 73private RawUIStateActions _action;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
375(RawUIStateActions)NativeMethods.SignedLOWORD((int)wParam),