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