22 references to InvalidateLogicalRectangle
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
343parentView.InvalidateLogicalRectangle(this.Bounds);
System.Workflow.ComponentModel (21)
AuthoringOM\Design\ActivityDesigner.cs (3)
1017parentView.InvalidateLogicalRectangle(Bounds); 1023parentView.InvalidateLogicalRectangle(glyph.GetBounds(this, false)); 1038parentView.InvalidateLogicalRectangle(rectangle);
AuthoringOM\Design\Connector.cs (4)
370workflowView.InvalidateLogicalRectangle(Bounds); 587workflowView.InvalidateLogicalRectangle(this.parentDesigner.Bounds); 592workflowView.InvalidateLogicalRectangle(this.parentDesigner.Bounds); 1080workflowView.InvalidateLogicalRectangle(bounds);
AuthoringOM\Design\DesignerWidgets.cs (4)
548workflowView.InvalidateLogicalRectangle(this.bounds); 875workflowView.InvalidateLogicalRectangle(this.bounds); 2903workflowView.InvalidateLogicalRectangle(this.bounds); 3316workflowView.InvalidateLogicalRectangle(this.bounds);
AuthoringOM\Design\FreeFormDesigner.cs (1)
1062workflowView.InvalidateLogicalRectangle(designer.ParentDesigner.Bounds);
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
405workflowView.InvalidateLogicalRectangle(snapPoint.Bounds); 413workflowView.InvalidateLogicalRectangle(snapPoint.Bounds);
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (4)
72parentView.InvalidateLogicalRectangle(DragRectangle); 77parentView.InvalidateLogicalRectangle(DragRectangle); 91parentView.InvalidateLogicalRectangle(DragRectangle); 165parentView.InvalidateLogicalRectangle(DragRectangle);
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
234parentView.InvalidateLogicalRectangle(rectangle);
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
290parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true)); 296parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true));