2 writes to _shutdownListener
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
43
_shutdownListener
= new WinEventHandlerShutDownListener(this);
112
_shutdownListener
= null;
2 references to _shutdownListener
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
109
if (
_shutdownListener
!= null)
111
_shutdownListener
.StopListening();