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