Returns all toplevel windows that match the given predicate.

C# |
public static SystemWindow[] FilterToplevelWindows( Predicate<SystemWindow> predicate )

- predicate (Predicate<(Of <(SystemWindow>)>))
- The predicate to filter.

The filtered toplevel windows