2 writes to _currentWindow
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1073
_currentWindow
= Window.GetWindow(scope);
1238
_currentWindow
= null;
8 references to _currentWindow
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
1074
if (
_currentWindow
!= null)
1076
_currentWindow
.Deactivated += new EventHandler(OnWindowDeactivated);
1077
_currentWindow
.SizeChanged += new SizeChangedEventHandler(OnWindowSizeChanged);
1078
_currentWindow
.LocationChanged += new EventHandler(OnWindowLocationChanged);
1232
if (
_currentWindow
!= null)
1234
_currentWindow
.Deactivated -= new EventHandler(OnWindowDeactivated);
1235
_currentWindow
.SizeChanged -= new SizeChangedEventHandler(OnWindowSizeChanged);
1236
_currentWindow
.LocationChanged -= new EventHandler(OnWindowLocationChanged);