4 references to UnsecureInputManager
PresentationCore (4)
System\Windows\Input\ProcessInputEventArgs.cs (4)
60
return this.
UnsecureInputManager
.PushInput(input, promote);
80
return this.
UnsecureInputManager
.PushInput(input);
98
return this.
UnsecureInputManager
.PopInput();
116
return this.
UnsecureInputManager
.PeekInput();