1 instantiation of BackgroundWorker
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
35this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
4 references to BackgroundWorker
netstandard (1)
netstandard.cs (1)
183[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BackgroundWorker))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
169[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BackgroundWorker))]
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
1294private UiaCoreApi.UiaCacheResponse[] Find(TreeScope scope, Condition condition, UiaCoreApi.UiaCacheRequest request, bool findFirst, BackgroundWorker worker)
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
333private System.ComponentModel.BackgroundWorker backgroundWorker1;