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"/> 839if (_dispatcher == null || 840!_dispatcher.TryGetTarget(out dispatcher) ||