4 references to UnsecureInputManager
PresentationCore (4)
System\Windows\Input\ProcessInputEventArgs.cs (4)
53
return this.
UnsecureInputManager
.PushInput(input, promote);
73
return this.
UnsecureInputManager
.PushInput(input);
91
return this.
UnsecureInputManager
.PopInput();
109
return this.
UnsecureInputManager
.PeekInput();