4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1056
RibbonCurrentSelection
= null;
1303
menuItem.
RibbonCurrentSelection
= null;
1514
menuItem.
RibbonCurrentSelection
= selectionItem;
1525
menuItem.
RibbonCurrentSelection
= null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
990
FrameworkElement ribbonCurrentSelection =
RibbonCurrentSelection
;
1053
if (
RibbonCurrentSelection
!= null)
1055
RibbonMenuItem selectedMenuItem =
RibbonCurrentSelection
as RibbonMenuItem;
1435
sibling = menuItemParent.
RibbonCurrentSelection
;
1523
if (menuItem.
RibbonCurrentSelection
== selectionItem)