I\'m new to WPF, working on my first project. I\'ve been stuck in this problem for a week so I\'m trying to find some help here.
I have a FlowDocumentReader inside m
Take a look at http://xtrememvvm.codeplex.com/
It lets you hook directly into events handlers from loose XAML files.
No docs, but the sample app demos using routed commands and event handlers.