IClassicDesktopStyleApplicationLifetimeWindows Property

Gets the list of all open windows in the application.

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
IReadOnlyList<Window> Windows { get; }

Property Value

IReadOnlyListWindow

See Also