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