Warum ist SynchronizationContext.Current in meiner Winforms-Anwendung null?

Ich habe gerade diesen Code geschrieben:

System.Threading.SynchronizationContext.Current.Post(
    state => DoUpdateInUIThread((Abc)state), 
    abc);

aber System.Threading.SynchronizationContext.Current ist null

Antworten auf die Frage(2)

Ihre Antwort auf die Frage