Quantcast
Viewing all articles
Browse latest Browse all 18858

Is the same InputManager.Current used for multiple Windows

Hi,

We have a WPF application that uses multiple windows.

We are trying to implement a form of inactivity within the app and are currently using InputManager.Current.PreNotifyInput to be notified whenever user input is done.  We are using this in our Shell.

When we open a separate window, will this same InputManager get notified or do we have to tie into the InputManager of the newly opened window also?


Viewing all articles
Browse latest Browse all 18858

Trending Articles