1 write to DragAnchorPointFormat
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
51
DragAnchorPointFormat
= 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)
107
dataObject.SetData(
DragAnchorPointFormat
, referencePoint);
153
dataObject.SetData(
DragAnchorPointFormat
, referencePoint);
649
if (e.Data.GetDataPresent(
DragAnchorPointFormat
))
651
referencePoint = (Point)e.Data.GetData(
DragAnchorPointFormat
);