2 writes to _shutdownListener
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinEventHandler.cs (2)
55
_shutdownListener
= new WinEventHandlerShutDownListener(this);
143
_shutdownListener
= null;
2 references to _shutdownListener
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinEventHandler.cs (2)
140
if (
_shutdownListener
!= null)
142
_shutdownListener
.StopListening();