9 references to RawUIStateActions
PresentationCore (9)
Core\CSharp\System\Windows\Input\RawUIStateInputReport.cs (8)
43RawUIStateActions action, 47throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(RawUIStateActions)); 58public RawUIStateActions Action {get {return _action;}} 66internal static bool IsValidRawUIStateAction(RawUIStateActions action) 68return (action == RawUIStateActions.Set || 69action == RawUIStateActions.Clear || 70action == RawUIStateActions.Initialize); 82private RawUIStateActions _action;
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
437(RawUIStateActions)NativeMethods.SignedLOWORD((int)wParam),