4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1049RibbonCurrentSelection = null; 1290menuItem.RibbonCurrentSelection = null; 1498menuItem.RibbonCurrentSelection = selectionItem; 1509menuItem.RibbonCurrentSelection = null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
983FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection; 1046if (RibbonCurrentSelection != null) 1048RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1419sibling = menuItemParent.RibbonCurrentSelection; 1507if (menuItem.RibbonCurrentSelection == selectionItem)