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)
853else if (_ribbonCurrentSelection == null) 1518return _ribbonCurrentSelection; 1522if (_ribbonCurrentSelection != value) 1524RibbonMenuItem selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1531RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery; 1537selectedMenuItem = _ribbonCurrentSelection as RibbonMenuItem; 1544RibbonGallery selectedGallery = _ribbonCurrentSelection as RibbonGallery;