Page 2 of 2

Re: Removing and detecting keyboard focus in NoesisView

Posted: 19 Jan 2022, 12:46
by jsantos
In WPF, Keyboard is a static instance. In Noesis, our Views can be seen as standalone implementations of WPF, potentially running in the same process, different threads. So, we expose the Keyboard in the View. Element.Keyboard is a shortcut to Element.View.Keyboard