4 references to UnsecureInputManager
PresentationCore (4)
System\Windows\Input\ProcessInputEventArgs.cs (4)
54
return this.
UnsecureInputManager
.PushInput(input, promote);
74
return this.
UnsecureInputManager
.PushInput(input);
92
return this.
UnsecureInputManager
.PopInput();
110
return this.
UnsecureInputManager
.PeekInput();