diff --git a/Stylet/Execute.cs b/Stylet/Execute.cs index acbc177..5d4c90e 100644 --- a/Stylet/Execute.cs +++ b/Stylet/Execute.cs @@ -15,7 +15,7 @@ namespace Stylet public static SynchronizationContext SynchronizationContext; private static bool? inDesignMode; - public static Action DefaultPropertyChangedDispatcher = a => a(); + public static Action DefaultPropertyChangedDispatcher = Execute.OnUIThread; public static void OnUIThread(Action action) {