20 references to Invalidate
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
5850
Invalidate
(rc, false);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
6048
Invalidate
(CalcRowResizeFeedbackRect(_currentRowSplitBar), true);
6292
Invalidate
(CalcColResizeFeedbackRect(_currentColSplitBar), true);
6325
Invalidate
(CalcRowResizeFeedbackRect(_currentRowSplitBar), true);
25840
Invalidate
(CalcRowResizeFeedbackRect(_currentRowSplitBar), true);
25846
Invalidate
(CalcColResizeFeedbackRect(_currentColSplitBar), true);
25873
Invalidate
(CalcColResizeFeedbackRect(_currentColSplitBar), true);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1832
Invalidate
(regionRect, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2368
public void Invalidate() => ParentInternal?.
Invalidate
(Bounds, true);
2379
ParentInternal?.
Invalidate
(new Rectangle(rectangleLocation, r.Size), true);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
279
ActionPanel.
Invalidate
(new Rectangle(EditRegionLocation, EditRegionSize), false);
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
152
DesignerFrame.
Invalidate
(rectangle, true);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
841
parent.
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)
3388
control.
Invalidate
(rc, invalidateChildren);
3392
control.
Invalidate
(rc, invalidateChildren);
3435
control.
Invalidate
(rc, invalidateChildren);
3442
control.
Invalidate
(rc, invalidateChildren);
3482
control.
Invalidate
(rc, invalidateChildren);
3493
control.
Invalidate
(rc, invalidateChildren);