IPositionedSizedObject FindByName(string name) { if (element.Name == name) { return(element); } return(element.GetChildByName(name)); }