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)
798
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);
962
newScope !=
_currentGlobalScope
)
1111
Debug.Assert(
_currentGlobalScope
!= null);
1112
if (ShowKeyTipsForScope(
_currentGlobalScope
))
1255
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);