4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1046RibbonCurrentSelection = null; 1281menuItem.RibbonCurrentSelection = null; 1489menuItem.RibbonCurrentSelection = selectionItem; 1500menuItem.RibbonCurrentSelection = null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
980FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection; 1043if (RibbonCurrentSelection != null) 1045RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1410sibling = menuItemParent.RibbonCurrentSelection; 1498if (menuItem.RibbonCurrentSelection == selectionItem)