
There were a few old questions about this but nothing looked like a definitive answer. I have a EditorSearchView in a DockPanel. When a command is executed I show/hide the search view. When it is shown I'd like to throw focus to the 'Find what' text box. Calling .Focus() doesn't seem to work. Here's an example program.