Method WindowsWithExcept
WindowsWithExcept(Window?)
Gets all windows in the application except the specified window.
public static IEnumerable<Window> WindowsWithExcept(Window? exceptWindow = null)
Parameters
exceptWindow
Window
Returns
- IEnumerable<Window>
A IEnumerable<T> that contains references to all Window objects in the application except the specified window.