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