4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
906menu.RibbonCurrentSelection = selectionItem; 915menu.RibbonCurrentSelection = null; 993RibbonCurrentSelection = null; 1127RibbonCurrentSelection = null;
6 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2397RibbonMenuItem currentMenuItem = ram.RibbonCurrentSelection as RibbonMenuItem;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
913if (menu.RibbonCurrentSelection == selectionItem) 990if (RibbonCurrentSelection != null) 992RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1530FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1442sibling = menuButtonParent.RibbonCurrentSelection;