Property SessionStack
SessionStack
Gets the stack of all active Toplevel sessions.
[Obsolete("The legacy static Application object is going away.")]
public static ConcurrentStack<Toplevel> SessionStack { get; }
Property Value
Remarks
Toplevels are added to this stack by Begin(Toplevel) and removed by End(SessionToken).