how does it knows when to/not to marshal call to the UI thread in it's progresschanged event handler?
I know SynchronizationContext.Current can do the trick, but this property is only set in the main UI thread, what if the backgroundworker is created on another background thread?
Can anybody kindly explain?