Property Children
Children
Gets this node's children in document order. Nodes without children return an empty list. The list is a live view; mutate through the typed collections (for example Inlines), not through this property.
public override IReadOnlyList<DomNode> Children { get; }