4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1046RibbonCurrentSelection = null; 1284menuItem.RibbonCurrentSelection = null; 1492menuItem.RibbonCurrentSelection = selectionItem; 1503menuItem.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; 1413sibling = menuItemParent.RibbonCurrentSelection; 1501if (menuItem.RibbonCurrentSelection == selectionItem)