protected override void OnResize(EventArgs e) { base.OnResize(e); if (_content != null) { _content.Invalidate(); } RelocateToolStripForm(); }