namespace Terminal.Gui.App; public static partial class Application // Popover handling { /// Gets the Application manager. [Obsolete ("The legacy static Application object is going away.")] public static ApplicationPopover? Popover { get => ApplicationImpl.Instance.Popover; internal set => ApplicationImpl.Instance.Popover = value; } }