what is the simple way to know which thread is UI thread or the thread which create a control in a WinForm app?
When I opened window task manger, I found 8 threads for my winform application. So how many of them are UI threads.
generally, how many UI threads created by the winForm engine?