private void AttachRibbon(Ribbon ribbon) { _ribbon = ribbon; _ribbon.SelectionChanged += OnRibbonSelectionChanged; }