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)
863else if (_ribbonCurrentSelection == null) 1543return _ribbonCurrentSelection; 1547if (_ribbonCurrentSelection != value) 1549RibbonMenuItem selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1556RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery; 1565selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1572RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery;