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