Property Windows
Windows
Gets collection of all windows in the application. This is safe property and it returns an empty collection if application is not yet created.
public static IEnumerable<Window> Windows { get; }
Gets collection of all windows in the application. This is safe property and it returns an empty collection if application is not yet created.
public static IEnumerable<Window> Windows { get; }