private void InvalidateParent(RectangleF rc) { if (this.Parent != null) this.Parent.Invalidate(rc); else if (this.ParentView != null) this.ParentView.Invalidate(rc.RoundUp()); }