1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1560_ribbonCurrentSelection = value;
7 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
860else if (_ribbonCurrentSelection == null) 1540return _ribbonCurrentSelection; 1544if (_ribbonCurrentSelection != value) 1546RibbonMenuItem selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1553RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery; 1562selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1569RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery;