4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1056RibbonCurrentSelection = null; 1303menuItem.RibbonCurrentSelection = null; 1514menuItem.RibbonCurrentSelection = selectionItem; 1525menuItem.RibbonCurrentSelection = null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
990FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection; 1053if (RibbonCurrentSelection != null) 1055RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1435sibling = menuItemParent.RibbonCurrentSelection; 1523if (menuItem.RibbonCurrentSelection == selectionItem)