9 references to RawUIStateActions
PresentationCore (9)
System\Windows\Input\RawUIStateInputReport.cs (8)
35RawUIStateActions action, 39throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); 50public RawUIStateActions Action {get {return _action;}} 58internal static bool IsValidRawUIStateAction(RawUIStateActions action) 60return (action == RawUIStateActions.Set || 61action == RawUIStateActions.Clear || 62action == RawUIStateActions.Initialize); 74private RawUIStateActions _action;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
376(RawUIStateActions)NativeMethods.SignedLOWORD((int)wParam),