I have a control that has its data bound to a standard ObservableCollection, and I have a background task that calls a service to get more data.
ObservableCollection
I want
use BackgroundWorker to accomplish this task. update the obsrvablecollection in the DoWork method