4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1046
RibbonCurrentSelection
= null;
1284
menuItem.
RibbonCurrentSelection
= null;
1492
menuItem.
RibbonCurrentSelection
= selectionItem;
1503
menuItem.
RibbonCurrentSelection
= null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
980
FrameworkElement ribbonCurrentSelection =
RibbonCurrentSelection
;
1043
if (
RibbonCurrentSelection
!= null)
1045
RibbonMenuItem selectedMenuItem =
RibbonCurrentSelection
as RibbonMenuItem;
1413
sibling = menuItemParent.
RibbonCurrentSelection
;
1501
if (menuItem.
RibbonCurrentSelection
== selectionItem)