10 references to Invalidate
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (1)
7297Invalidate(rc, false);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
6081Invalidate(CalcRowResizeFeedbackRect(this.currentRowSplitBar), true); 6317Invalidate(CalcColResizeFeedbackRect(this.currentColSplitBar), true); 6349Invalidate(CalcRowResizeFeedbackRect(this.currentRowSplitBar), true); 25976Invalidate(CalcRowResizeFeedbackRect(this.currentRowSplitBar), true); 25981Invalidate(CalcColResizeFeedbackRect(this.currentColSplitBar), true); 26005Invalidate(CalcColResizeFeedbackRect(this.currentColSplitBar), true);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2029Invalidate(regionRect, true);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2737ParentInternal.Invalidate(this.Bounds, true); 2753ParentInternal.Invalidate(new Rectangle(rectangleLocation, r.Size), true);