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