In WinForms you can get a list of all open windows using Application.OpenForms? Is there a WPF version of that?
Ok, follow up question. Why is Application.Windows.Current null?
Jonathan Allen
2009-11-27 20:45:19
I would imagine that there is no Application object for the AppDomain you're running in. Are you sure you have started one?
GraemeF
2009-11-27 20:48:07
I wasn't aware I needed to. I figured one would be automatically created when a WPF form or control was loaded.
Jonathan Allen
2009-11-28 19:26:36