views:

12

answers:

0

I have a FlowDocumentReader in my application. The containing window has registered its interest in the ApplicationCommands.Find command.

When I have focus on any part of the window the Find command works correctly when executing using the Ctrl+F key combination.

When I have focus on the FlowDocumentReader the command never gets routed to the main window.

I have turned of the Find functionality on the FlowDocumentReader using IsFindEnabled = false.

Why are the commands not being routed and how can I get them to route?