using System; using System.Collections.Generic; using System.Linq; using System.Text; using SharpDevelop.XamlDesigner.Controls; using System.Collections; namespace SharpDevelop.XamlDesigner.Outline { class OutlineTreeBox : TreeBox { } }