9 references to RawUIStateActions
PresentationCore (9)
System\Windows\Input\RawUIStateInputReport.cs (8)
34
RawUIStateActions
action,
38
throw new System.ComponentModel.InvalidEnumArgumentException("action", (int)action, typeof(
RawUIStateActions
));
49
public
RawUIStateActions
Action {get {return _action;}}
57
internal static bool IsValidRawUIStateAction(
RawUIStateActions
action)
59
return (action ==
RawUIStateActions
.Set ||
60
action ==
RawUIStateActions
.Clear ||
61
action ==
RawUIStateActions
.Initialize);
73
private
RawUIStateActions
_action;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
375
(
RawUIStateActions
)NativeMethods.SignedLOWORD((int)wParam),