1 write to DragAnchorPointFormat
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
51DragAnchorPointFormat = string.Format(CultureInfo.InvariantCulture, "DragAnchorFormat_{0}", postfix);
4 references to DragAnchorPointFormat
System.Data (4)
cdf\src\NetFx40\Tools\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);