2 writes to _weakEventDispatcherShutdown
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
515_weakEventDispatcherShutdown = null; 840_weakEventDispatcherShutdown = new WeakEventDispatcherShutdown(this, this.Dispatcher);
2 references to _weakEventDispatcherShutdown
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
512if (_weakEventDispatcherShutdown != null) // Can be null if the static ctor failed ... see WebBrowser. 514_weakEventDispatcherShutdown.Dispose();