Possible Duplicate:
19 Threads for WPF Application
I just created a simplest WPF application with just a window and grid and nothing else inside, not a single line of code. On my system this application is creating 16 threads. I am curious to know why WPF application creates so many threads for simplest task? Does it creates any performance issues?
Thanks in Advance.
I think it might be thread pool WPF actively uses, threads are not actually in active use.