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)
802
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);
966
newScope !=
_currentGlobalScope
)
1118
Debug.Assert(
_currentGlobalScope
!= null);
1119
if (ShowKeyTipsForScope(
_currentGlobalScope
))
1265
PresentationSource targetSource = RibbonHelper.GetPresentationSourceFromVisual(
_currentGlobalScope
as Visual);