How can I create a loop that will be continuously executed whenever the message loop is idle in WPF?
The goal here is to perform some long running graphical update
The best way to do this is to use the per-frame callbacks provided by the static CompositionTarget.Rendering event.