4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1053RibbonCurrentSelection = null; 1300menuItem.RibbonCurrentSelection = null; 1511menuItem.RibbonCurrentSelection = selectionItem; 1522menuItem.RibbonCurrentSelection = null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
987FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection; 1050if (RibbonCurrentSelection != null) 1052RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1432sibling = menuItemParent.RibbonCurrentSelection; 1520if (menuItem.RibbonCurrentSelection == selectionItem)