src\Framework\System\Windows\Navigation\NavigationService.cs (5)
1216Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(disposeItem.Dispatch), null);
2884RequestState requestState = new RequestState(_request, source, navState, Dispatcher.CurrentDispatcher);
3021if (Dispatcher.CurrentDispatcher != callbackDispatcher)
3161BindStream bindStream = new BindStream(s, contentLength, cleanSource, (IContentContainer)this, Dispatcher.CurrentDispatcher);
4689_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);