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)
103if (_shutdownListener != null) 105_shutdownListener.StopListening();