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