internal void SetOwnerList(LayoutCollection ownerList) { _ownerList = ownerList; }
public Widget() { _children = new LayoutCollection(this); }