public override System.ComponentModel.Design.DesignerActionItemCollection GetSortedActionItems()
 {
     if (this._items == null)
     {
         this._items = new System.ComponentModel.Design.DesignerActionItemCollection();
         this._items.Add(new System.ComponentModel.Design.DesignerActionMethodItem(this, "AddChevronItem", "Add Chevron Item", true));
     }
     return(this._items);
 }
 public override System.ComponentModel.Design.DesignerActionItemCollection GetSortedActionItems()
 {
     if (this._items == null)
     {
         this._items = new System.ComponentModel.Design.DesignerActionItemCollection();
         this._items.Add(new System.ComponentModel.Design.DesignerActionMethodItem(this, "AddChevronItem", "Add Chevron Item", true));
     }
     return this._items;
 }