1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1547_ribbonCurrentSelection = value;
7 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
856else if (_ribbonCurrentSelection == null) 1527return _ribbonCurrentSelection; 1531if (_ribbonCurrentSelection != value) 1533RibbonMenuItem selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1540RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery; 1549selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1556RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery;