2 writes to _weakShutdownHandler
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
343
_weakShutdownHandler
= new WeakEventDispatcherShutdown(this, this.Dispatcher);
2990
_weakShutdownHandler
= null;
2 references to _weakShutdownHandler
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
2987
if(null !=
_weakShutdownHandler
)
2989
_weakShutdownHandler
.Dispose();