2

In WinForms you can get a list of all open windows using Application.OpenForms? Is there a WPF version of that?

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447

1 Answers1

3

You're looking for Application.Windows.

GraemeF
  • 11,327
  • 5
  • 52
  • 76