2 writes to _shutdownListener
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
36
_shutdownListener
= new WinEventHandlerShutDownListener(this);
105
_shutdownListener
= null;
2 references to _shutdownListener
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
102
if (
_shutdownListener
!= null)
104
_shutdownListener
.StopListening();