1 write to _dispatcher
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
109
_dispatcher
= new WeakReference<Dispatcher>(Dispatcher.CurrentDispatcher);
3 references to _dispatcher
PresentationFramework (3)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (3)
800
/// stored in the <see cref="WeakReference{T}"/> <see cref="
_dispatcher
"/>
839
if (
_dispatcher
== null ||
840
!
_dispatcher
.TryGetTarget(out dispatcher) ||