9 references to RawUIStateActions
PresentationCore (9)
System\Windows\Input\RawUIStateInputReport.cs (8)
41RawUIStateActions action, 45throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); 56public RawUIStateActions Action {get {return _action;}} 64internal static bool IsValidRawUIStateAction(RawUIStateActions action) 66return (action == RawUIStateActions.Set || 67action == RawUIStateActions.Clear || 68action == RawUIStateActions.Initialize); 80private RawUIStateActions _action;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
382(RawUIStateActions)NativeMethods.SignedLOWORD((int)wParam),