5 references to RunWorkerAsync
System (1)
compmod\system\componentmodel\BackgroundWorker.cs (1)
178RunWorkerAsync(null);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
1818this.validator.RunWorkerAsync(target); 1831this.validator.RunWorkerAsync(new ExpressionValidationContext(this));
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
1818this.validator.RunWorkerAsync(target); 1831this.validator.RunWorkerAsync(new ExpressionValidationContext(this));