I'm facing render issues in very complex WPF UI which contains, among other things, a lot of Converters (IValueConverter, IMultiValueConverter).
I would like to know if the converters could be involved into this.
Does anyone known how WPF Converters worked ? Are they executed in parallel and then synchronized with the UI thread ? or is there some kind of foreach loop that treat every converter ?