Some tasks, such as adding a lot of items in the TreeView could be long enough and I opt to execute them on UI thread with DispatcherPriority.ApplicationIdle.
It would be nice to have parameter with default value (or override with additional parameter) for Execute.OnUIThread method.
Comments: I think that this will not help. As if the operation takes more time the UI Thread is blocked.
It would be nice to have parameter with default value (or override with additional parameter) for Execute.OnUIThread method.
Comments: I think that this will not help. As if the operation takes more time the UI Thread is blocked.