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