I have a complex WPF UserControl made of other ContentControl templates which contain sets of buttons, textfields, and other elements.
The parent UC is focusable so I have a style with a property trigger to update (gratuitous OuterGlowBitmapEffect) when the UC has focus. However when the user clicks or tabs to any of the buttons inside the UC the focus is lost. I would like to maintain the glow while using the UC.
Can I pass the focus from the child controls up to the UC?