In an UWP app, how can I get all currently open `Window` instances?

See title

I want to get all open windows, and get their Window instances, I also want to get a callback whenever a new Window is opened

Using WinUI 2
Was this page helpful?