public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
        {
            DrawableObject obj   = context.Instance as DrawableObject;
            DrawingSheet   sheet = obj.OwnerDraw.OwnerSheet;

            return(new StandardValuesCollection(VariableCollection.GetIndirectOutputsList(sheet)));
        }