1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1563
_ribbonCurrentSelection
= value;
7 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
863
else if (
_ribbonCurrentSelection
== null)
1543
return
_ribbonCurrentSelection
;
1547
if (
_ribbonCurrentSelection
!= value)
1549
RibbonMenuItem selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1556
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;
1565
selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1572
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;