/// <summary> /// Implement to dispose any implementation specific manipulator handlers and/or properties /// </summary> /// <param name="disposing"></param> protected virtual void Dispose(bool disposing) { if (Origin != null) { Origin.Dispose(); } }