2 instantiations of BackgroundWorker
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1770this.validator = new BackgroundWorker();
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1770this.validator = new BackgroundWorker();
7 references to BackgroundWorker
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
104BackgroundWorker validator = null; 1776BackgroundWorker worker = obj as BackgroundWorker;
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
104BackgroundWorker validator = null; 1776BackgroundWorker worker = obj as BackgroundWorker;
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
1384private UiaCoreApi.UiaCacheResponse[] Find(TreeScope scope, Condition condition, UiaCoreApi.UiaCacheRequest request, bool findFirst, BackgroundWorker worker)