2 writes to DragHandle
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
186
this.
DragHandle
= titleBar;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
140
this.
DragHandle
= this;
8 references to DragHandle
System.Data (8)
cdf\src\NetFx40\Tools\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));
cdf\src\NetFx40\Tools\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));