4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1049
RibbonCurrentSelection
= null;
1290
menuItem.
RibbonCurrentSelection
= null;
1498
menuItem.
RibbonCurrentSelection
= selectionItem;
1509
menuItem.
RibbonCurrentSelection
= null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
983
FrameworkElement ribbonCurrentSelection =
RibbonCurrentSelection
;
1046
if (
RibbonCurrentSelection
!= null)
1048
RibbonMenuItem selectedMenuItem =
RibbonCurrentSelection
as RibbonMenuItem;
1419
sibling = menuItemParent.
RibbonCurrentSelection
;
1507
if (menuItem.
RibbonCurrentSelection
== selectionItem)