wpfui
wpfui copied to clipboard
Dialog.ShowAndWaitAsync hideOnClick parameter gets overridden
Describe the bug

Expected behavior
HideOnClick should be persisted through the call stack of ShowAndWaitAsync and all other method signatures.
An optional parameter with default to = false could do the trick along the different ShowAndWaitAsync() and Show() signatures.