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