This question is locked. New answers and comments are not allowed.
Hi,
For some reason, I want to hide a modal dialog for a short while, but when I set the Visibilty property value to Visibility.Collapsed, the dialog disappeared, but it's modal background is still there.
Please don't tell me to use the Close method, because it will trigger the Closed event.