I have a Window with Keybindings in InputBindings defined. They work the first time and when i set the focus on any control on the form.
I\'m creating a WPF app using the MVVM design pattern, and I\'m trying to extend the TabItem control so that it closes the tab when the user clicks the middle mouse button. I\'m trying to achieve this
I created a named style on an image, and in the style I set an EventBinding for the MouseDown event to a handler at the ResourceDictionary\'s code-behind, it worked good.
I\'m working with the MVVM pattern in WPF (a bit new to both). I\'d like to set up an InputBinding on a CheckBox that corresponds to a Control + Click event, but do not see a Modifiers property on th