1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1560
_ribbonCurrentSelection
= value;
7 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
860
else if (
_ribbonCurrentSelection
== null)
1540
return
_ribbonCurrentSelection
;
1544
if (
_ribbonCurrentSelection
!= value)
1546
RibbonMenuItem selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1553
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;
1562
selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1569
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;