Skip to main content

Windows Property

Gets the list of all open windows in the application.

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public IReadOnlyList<Window> Windows { get; }

Property Value

IReadOnlyList(Window)

Implements

IClassicDesktopStyleApplicationLifetime.Windows

See Also

Reference

ClassicDesktopStyleApplicationLifetime Class
Avalonia.Controls.ApplicationLifetimes Namespace