1 write to dispatcherOperation
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
714this.dispatcherOperation = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Input, new Func<TypeNode>(this.OnRun));
5 references to dispatcherOperation
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (5)
715this.dispatcherOperation.Completed += this.OnCompleted; 720if (this.dispatcherOperation != null) 722return this.dispatcherOperation.Abort(); 826this.dispatcherOperation.Completed -= this.OnCompleted; 830arg.Result = this.dispatcherOperation.Result;