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
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 text was updated successfully, but these errors were encountered:
The
Loaded
andUnloaded
events are frequently used when embedding the WpfSharpDxControl in other controls. Right now invoking theUnloaded
event will also invokeDispose()
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 theRendering=true
flag is set rendering will throw exceptions.The text was updated successfully, but these errors were encountered: