1 write to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
949_ribbonCurrentSelection = value;
6 references to _ribbonCurrentSelection
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (6)
929return _ribbonCurrentSelection; 933if (_ribbonCurrentSelection != value) 935RibbonMenuItem selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 942RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery; 951selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 958RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery;