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