1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1535
_ribbonCurrentSelection
= value;
7 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
853
else if (
_ribbonCurrentSelection
== null)
1518
return
_ribbonCurrentSelection
;
1522
if (
_ribbonCurrentSelection
!= value)
1524
RibbonMenuItem selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1531
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;
1537
selectedMenuItem =
_ribbonCurrentSelection
as RibbonMenuItem;
1544
RibbonGallery selectedGallery =
_ribbonCurrentSelection
as RibbonGallery;