4 writes to RibbonCurrentSelection
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (4)
1053
RibbonCurrentSelection
= null;
1300
menuItem.
RibbonCurrentSelection
= null;
1511
menuItem.
RibbonCurrentSelection
= selectionItem;
1522
menuItem.
RibbonCurrentSelection
= null;
5 references to RibbonCurrentSelection
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
987
FrameworkElement ribbonCurrentSelection =
RibbonCurrentSelection
;
1050
if (
RibbonCurrentSelection
!= null)
1052
RibbonMenuItem selectedMenuItem =
RibbonCurrentSelection
as RibbonMenuItem;
1432
sibling = menuItemParent.
RibbonCurrentSelection
;
1520
if (menuItem.
RibbonCurrentSelection
== selectionItem)