Background worker does not Work WPF
问题 In my WPF program it took huge processing time and freezing for long time. so I decided to use background worker and process it in background. but it does not work. through debug, the program stop at Render3D() . It does not throw exception. Its like when you put return . In other word it does nothing after reaching Render3D() and will just return. (I don't say it will return Because im not sure but the behavior is same as return) private readonly BackgroundWorker backgroundWorker = new