6 writes to DragImageSnapPoint
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
1284
e.
DragImageSnapPoint
= GetDragImageSnapPoint(e);
1293
e.
DragImageSnapPoint
= GetDragImageSnapPoint(e);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
554
e.
DragImageSnapPoint
= SnapInToPreviewStripDropTarget(e);
561
e.
DragImageSnapPoint
= SnapInToPreviewStripDropTarget(e);
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (2)
490
e.
DragImageSnapPoint
= SnapInToDropTarget(e);
499
e.
DragImageSnapPoint
= SnapInToDropTarget(e);
4 references to DragImageSnapPoint
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (4)
302
if (!dragdropEventArgs.
DragImageSnapPoint
.IsEmpty)
304
Point midPointInClientCoOrd = parentView.LogicalPointToClient(dragdropEventArgs.
DragImageSnapPoint
);
379
if (DragDropEffects.None != dragdropEventArgs.Effect && !dragdropEventArgs.
DragImageSnapPoint
.IsEmpty)
381
Point midPointInClientCoOrd = parentView.LogicalPointToClient(dragdropEventArgs.
DragImageSnapPoint
);