2 writes to _currentGlobalScope
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1068_currentGlobalScope = scope; 1226_currentGlobalScope = null;
5 references to _currentGlobalScope
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (5)
798PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual); 962newScope != _currentGlobalScope) 1111Debug.Assert(_currentGlobalScope != null); 1112if (ShowKeyTipsForScope(_currentGlobalScope)) 1255PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual);