2 writes to _currentGlobalScope
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1072_currentGlobalScope = scope; 1233_currentGlobalScope = null;
5 references to _currentGlobalScope
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (5)
802PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual); 966newScope != _currentGlobalScope) 1118Debug.Assert(_currentGlobalScope != null); 1119if (ShowKeyTipsForScope(_currentGlobalScope)) 1265PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(_currentGlobalScope as Visual);