I\'ve been searching and testing different kinds of rendering libraries for C# days for many weeks now. So far I haven\'t found a single library that works well on multi-windowe
Make sure you've disabled security checks for calls to native code (via SuppressUnmanagedCodeSecurityAttribute).
SuppressUnmanagedCodeSecurityAttribute
The associated stack walking is a performance killer.