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