src\Framework\MS\Internal\AppModel\XappLauncher.cs (9)
237Dispatcher.BeginInvoke(DispatcherPriority.Normal, new SendOrPostCallback(delegate
418Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(DoGetManifestCompleted), e);
499Dispatcher.BeginInvoke(DispatcherPriority.Input,
551Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(
577Dispatcher.BeginInvoke(DispatcherPriority.Send, new DispatcherOperationCallback(
836Dispatcher.BeginInvoke(
886Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(DoDownloadApplicationCompleted), e);
938Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(
1257Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(RunApplicationAsyncCallback), null);
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (5)
370Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(BringContentPositionIntoView), value);
389Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(SetTextSelection), value);
521Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(RaisePropertyChangedAsync), null);
720Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(BringContentPositionIntoView), value);
739Dispatcher.BeginInvoke(DispatcherPriority.Input, new DispatcherOperationCallback(SetTextSelection), value);