4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1050
RibbonCurrentSelection
= null;
1291
menuItem.
RibbonCurrentSelection
= null;
1499
menuItem.
RibbonCurrentSelection
= selectionItem;
1510
menuItem.
RibbonCurrentSelection
= null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
984
FrameworkElement ribbonCurrentSelection =
RibbonCurrentSelection
;
1047
if (
RibbonCurrentSelection
!= null)
1049
RibbonMenuItem selectedMenuItem =
RibbonCurrentSelection
as RibbonMenuItem;
1420
sibling = menuItemParent.
RibbonCurrentSelection
;
1508
if (menuItem.
RibbonCurrentSelection
== selectionItem)