More on Multithreaded UI in WPF

Multithreading support in WPF has been much on my mind lately, especially with my MediaBarrage app.

Dwayne Need has a nice discussion of multithreaded UI here. His quick demo is very informative and shows how to compose pieces of UI from different threads. This is especially useful when you need concurrency for DependencyObjects.