2 writes to _currentGlobalScope
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1069_currentGlobalScope = scope; 1227_currentGlobalScope = null;
5 references to _currentGlobalScope
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (5)
799PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual); 963newScope != _currentGlobalScope) 1112Debug.Assert(_currentGlobalScope != null); 1113if (ShowKeyTipsForScope(_currentGlobalScope)) 1256PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual);