20 references to Invalidate
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
5891Invalidate(rc, false);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
6048Invalidate(CalcRowResizeFeedbackRect(_currentRowSplitBar), true); 6292Invalidate(CalcColResizeFeedbackRect(_currentColSplitBar), true); 6325Invalidate(CalcRowResizeFeedbackRect(_currentRowSplitBar), true); 25860Invalidate(CalcRowResizeFeedbackRect(_currentRowSplitBar), true); 25866Invalidate(CalcColResizeFeedbackRect(_currentColSplitBar), true); 25893Invalidate(CalcColResizeFeedbackRect(_currentColSplitBar), true);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1830Invalidate(regionRect, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2360public void Invalidate() => ParentInternal?.Invalidate(Bounds, true); 2371ParentInternal?.Invalidate(new Rectangle(rectangleLocation, r.Size), true);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
279ActionPanel.Invalidate(new Rectangle(EditRegionLocation, EditRegionSize), false);
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
152DesignerFrame.Invalidate(rectangle, true);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
841parent.Invalidate(oldBounds, /* invalidateChildren = */ true);
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
273_designerFrame.Invalidate(rectangle, true);
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.Methods.cs (6)
3397control.Invalidate(rc, invalidateChildren); 3401control.Invalidate(rc, invalidateChildren); 3444control.Invalidate(rc, invalidateChildren); 3451control.Invalidate(rc, invalidateChildren); 3491control.Invalidate(rc, invalidateChildren); 3502control.Invalidate(rc, invalidateChildren);