Ejemplo n.º 1
0
 private void Expand()
 {
     if (_parent != null)
     {
         _parent.Expand();
     }
     IsExpanded = true;
 }