Telerik.Windows.Documents.Core.Data
Base collection for document model elements that manages ownership, parent links, and insertion validation.
Interface
IStackCollectionElementContract for items stored in a stack-like collection; each element exposes a unique, human-readable name used for lookup and ordering.
Class
StackCollection<T>Name-addressable stack of elements that preserves order and allows O(1) lookup by the element name.