I have added the docking windows in our app similar to the "MVVM features" sample. I need a way to set the selected document and choose one of the documents based on some event. However I could not find any property in DockSite or TabbedMdiHost that does this.
Basically I am looking at a property like SelectedIndex which is present in TabbedMdiContainer.