4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
902menu.RibbonCurrentSelection = selectionItem; 911menu.RibbonCurrentSelection = null; 983RibbonCurrentSelection = null; 1111RibbonCurrentSelection = null;
6 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2371RibbonMenuItem currentMenuItem = ram.RibbonCurrentSelection as RibbonMenuItem;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
909if (menu.RibbonCurrentSelection == selectionItem) 980if (RibbonCurrentSelection != null) 982RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1508FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1420sibling = menuButtonParent.RibbonCurrentSelection;