Hi, I'm creating a RibbonWindow which has two controls, a Ribbon and a DockingManager populated by databinding an ObservableCollection<DockItem> object. I need to activate or deactivate RibbonButtons depending on which DockItem is being selected in the DockingManager (it can be a docked or document item). How can I know which DockItem is the one currently active? Thanks in advance.