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