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