So say in an MVVM environment, I\'m in a background thread and I\'d like to run an update on a ui control. So normally I\'d go myButton.Dispatcher.BeginInvoke(blabla) but I
I usually use Application.Current.Dispatcher: since Application.Current is static, you don't need a reference to a control
Application.Current.Dispatcher
Application.Current