13 references to DragRectangle
System.Workflow.ComponentModel (13)
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (11)
71
if (!
DragRectangle
.IsEmpty)
72
parentView.InvalidateLogicalRectangle(
DragRectangle
);
76
if (!
DragRectangle
.IsEmpty)
77
parentView.InvalidateLogicalRectangle(
DragRectangle
);
90
if (!
DragRectangle
.IsEmpty)
91
parentView.InvalidateLogicalRectangle(
DragRectangle
);
120
Rectangle dragRectangle =
DragRectangle
;
164
if (!
DragRectangle
.IsEmpty)
165
parentView.InvalidateLogicalRectangle(
DragRectangle
);
213
if (!
DragRectangle
.IsEmpty && parentView.RootDesigner != null)
215
ActivityDesigner[] intersectingDesigners = CompositeActivityDesigner.GetIntersectingDesigners(parentView.RootDesigner,
DragRectangle
);
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (2)
166
if (CanContinueZooming && this.currentState == ZoomState.In && this.fastZoomingMessageFilter != null && !this.fastZoomingMessageFilter.
DragRectangle
.IsEmpty)
168
Rectangle dragRectangle = this.fastZoomingMessageFilter.
DragRectangle
;