1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
953
_ribbonCurrentSelection
= value;
6 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (6)
933
return
_ribbonCurrentSelection
;
937
if (
_ribbonCurrentSelection
!= value)
939
RibbonMenuItem selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
946
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;
955
selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
962
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;