4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
903menu.RibbonCurrentSelection = selectionItem; 912menu.RibbonCurrentSelection = null; 990RibbonCurrentSelection = null; 1121RibbonCurrentSelection = null;
6 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2372RibbonMenuItem currentMenuItem = ram.RibbonCurrentSelection as RibbonMenuItem;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
910if (menu.RibbonCurrentSelection == selectionItem) 987if (RibbonCurrentSelection != null) 989RibbonMenuItem selectedMenuItem = RibbonCurrentSelection as RibbonMenuItem; 1518FrameworkElement ribbonCurrentSelection = RibbonCurrentSelection;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1427sibling = menuButtonParent.RibbonCurrentSelection;