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)
637
if (
_weakEventDispatcherShutdown
!= null) // Can be null if the static ctor failed ... see WebBrowser.
639
_weakEventDispatcherShutdown
.Dispose();