Top "Inputbinding" questions

KeyBinding in UserControl doesn't work when TextBox has the focus

The following situation. I've got a UserControl with five keybindings. When the TextBox has the focus the keybindings of the …

wpf xaml mvvm focus inputbinding
InputBindings work only when focused

I have designed a reuseable usercontrol. It contains UserControl.InputBindings. It is quite simple as it only contains a label …

wpf mvvm user-controls .net-4.5 inputbinding
Defining InputBindings within a Style

I'm creating a WPF app using the MVVM design pattern, and I'm trying to extend the TabItem control so that …

wpf mvvm dependency-properties inputbinding
XAML - How to have global inputBindings?

I have a WPF application with several windows. I would like to define GLOBAL inputBindings. To define LOCAL inputbindings, i …

wpf xaml inputbinding