2 writes to _weakEventDispatcherShutdown
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
640_weakEventDispatcherShutdown = null; 1003_weakEventDispatcherShutdown = new WeakEventDispatcherShutdown(this, this.Dispatcher);
2 references to _weakEventDispatcherShutdown
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
637if (_weakEventDispatcherShutdown != null) // Can be null if the static ctor failed ... see WebBrowser. 639_weakEventDispatcherShutdown.Dispose();