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