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