I am working on WPF with images. When calling an Image control to set the imageSource it is needed to use the dispatcher if image comes from different thread instead of the GUI thread.
I just wonder if I can set an ImageBrush instead to work multithreaded.
Regards