4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1050RibbonCurrentSelection = null; 1291menuItem.RibbonCurrentSelection = null; 1499menuItem.RibbonCurrentSelection = selectionItem; 1510menuItem.RibbonCurrentSelection = null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
984FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection; 1047if (RibbonCurrentSelection != null) 1049RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1420sibling = menuItemParent.RibbonCurrentSelection; 1508if (menuItem.RibbonCurrentSelection == selectionItem)