wpf - Can a value converter execute on different thread? -


if binding.isasync = true, why doesn't valueconverter execute on same "supposingly non-ui" thread?

is there any way make execute on thread?

the documentation isasync suggests property accessors called asynchronously. no mention of converters made can find. i'm not entirely sure whether because it's technically not possible call converter on bg thread, or perhaps overlooked. seems me should possible.

as workaround, can move heavy logic being performed converter property, or perhaps separate property altogether?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -