public override void OnMouseUp(MouseEventArgs e, IView vw) { (layoutView as IView).Invalidate(PaintBuffer.DrawingAspect.Active, (layoutView as IView).Canvas.ClientRectangle); layoutPatch.RefreshShowProperties(); layoutView.Repaint(); }