public PropertyDescriptorDrawing(DrawingItem draw, Attribute[] attrs)
     : base(draw.Name_type(), attrs)
 {
     _draw = draw;
 }