1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
950
_ribbonCurrentSelection
= value;
6 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (6)
930
return
_ribbonCurrentSelection
;
934
if (
_ribbonCurrentSelection
!= value)
936
RibbonMenuItem selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
943
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;
952
selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
959
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;