internal ChevronItemCollection(ChevronHeader parent)
 {
     this._items = new System.Collections.ArrayList();
     this._parent = parent;
 }
 internal ChevronItemCollection(ChevronHeader parent)
 {
     this._items  = new System.Collections.ArrayList();
     this._parent = parent;
 }