2 writes to DragHandle
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
186this.DragHandle = titleBar;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
140this.DragHandle = this;
8 references to DragHandle
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (4)
197if (view != null && view.DragHandle != null) 199GeneralTransform transform = view.DragHandle.TransformToAncestor(this.Designer); 202Point bottomRight = transform.Transform(new Point(view.DragHandle.ActualWidth, view.DragHandle.ActualHeight));
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (4)
796if (this.DragHandle != null) 798GeneralTransform transform = this.DragHandle.TransformToAncestor(this); 800Rect dragHandleRect = new Rect(dragHandleLocation, new Size(this.DragHandle.ActualWidth, this.DragHandle.ActualHeight));