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)
799
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);
963
newScope !=
_currentGlobalScope
)
1112
Debug.Assert(
_currentGlobalScope
!= null);
1113
if (ShowKeyTipsForScope(
_currentGlobalScope
))
1256
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);