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