Property SessionStack
SessionStack
Gets the stack of all active Toplevel sessions.
public ConcurrentStack<Toplevel> SessionStack { get; }
Property Value
Remarks
Toplevels are added to this stack by Begin(Toplevel) and removed by End(SessionToken).