Open DarthMazut opened 2 months ago
Repro steps:
WindowModule
Actual: We are unable to reopen once closed window as _window.Content getter throws while trying to set its data context.
_window.Content
Expected: Client should be able to safely reopen once closed window.
But how to achieve it in such case?
Repro steps:
WindowModule
Actual: We are unable to reopen once closed window as
_window.Content
getter throws while trying to set its data context.Expected: Client should be able to safely reopen once closed window.
But how to achieve it in such case?