1 instantiation of BackgroundWorker
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
35
this.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)
1294
private UiaCoreApi.UiaCacheResponse[] Find(TreeScope scope, Condition condition, UiaCoreApi.UiaCacheRequest request, bool findFirst,
BackgroundWorker
worker)
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
333
private System.ComponentModel.
BackgroundWorker
backgroundWorker1;