Hi I have an application built in wpf.
At the base level I have a usercontrol and on that usercontrol are many components.
I want to be able to capture a key press event on my usercontrol even if the focus is on one of the children. Using PreviewKeyUp doesn't seem to do the trick.
Thanks, Matt.