14 references to Invalidate
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\Behavior\Adorner.cs (1)
86
_behaviorService?.
Invalidate
(region);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
809
_behaviorServiceTarget.
Invalidate
(invalidDragRegion);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (4)
389
BehaviorService.
Invalidate
(newRegion);
404
BehaviorService.
Invalidate
(_lastResizeRegion); // might be the same, might not.
864
BehaviorService.
Invalidate
(oldRegion);
877
BehaviorService.
Invalidate
(_lastResizeRegion); // might be the same, might not.
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
334
_behaviorService.
Invalidate
(invalidRegion);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1792
BehaviorService.
Invalidate
(newRegion);
2002
BehaviorService.
Invalidate
(oldRegion);
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
486
behaviorService.
Invalidate
(invalidateRegion);
501
behaviorService.
Invalidate
(invalidateRegion);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
90
bSvc.
Invalidate
(rgn);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1188
GetService<BehaviorService>()?.
Invalidate
(invalidatingRegion);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
842
BehaviorService?.
Invalidate
(rgn);