1 write to DragAnchorPointFormat
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
51DragAnchorPointFormat = string.Format(CultureInfo.InvariantCulture, "DragAnchorFormat_{0}", postfix);
4 references to DragAnchorPointFormat
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (4)
107dataObject.SetData(DragAnchorPointFormat, referencePoint); 153dataObject.SetData(DragAnchorPointFormat, referencePoint); 649if (e.Data.GetDataPresent(DragAnchorPointFormat)) 651referencePoint = (Point)e.Data.GetData(DragAnchorPointFormat);