2 writes to _currentWindow
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1070
_currentWindow
= Window.GetWindow(scope);
1234
_currentWindow
= null;
8 references to _currentWindow
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
1071
if (
_currentWindow
!= null)
1073
_currentWindow
.Deactivated += new EventHandler(OnWindowDeactivated);
1074
_currentWindow
.SizeChanged += new SizeChangedEventHandler(OnWindowSizeChanged);
1075
_currentWindow
.LocationChanged += new EventHandler(OnWindowLocationChanged);
1228
if (
_currentWindow
!= null)
1230
_currentWindow
.Deactivated -= new EventHandler(OnWindowDeactivated);
1231
_currentWindow
.SizeChanged -= new SizeChangedEventHandler(OnWindowSizeChanged);
1232
_currentWindow
.LocationChanged -= new EventHandler(OnWindowLocationChanged);