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