You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
The Loaded and Unloaded events are frequently used when embedding the WpfSharpDxControl in other controls. Right now invoking the Unloaded event will also invoke Dispose() on the WpfSharpDxControl thus terminates the Win32 Window and frees any resources (device,rendertarget,etc.).
When the Loaded event is invoked again (by other parent controls) and the Rendering=true flag is set rendering will throw exceptions.
The
LoadedandUnloadedevents are frequently used when embedding the WpfSharpDxControl in other controls. Right now invoking theUnloadedevent will also invokeDispose()on the WpfSharpDxControl thus terminates the Win32 Window and frees any resources (device,rendertarget,etc.).When the
Loadedevent is invoked again (by other parent controls) and theRendering=trueflag is set rendering will throw exceptions.