4 references to DropPointOffset
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (4)
125
dropPoint = new Point(location.X -
DropPointOffset
- droppedSize.Width, location.Y + ((size.Height - droppedSize.Height) / 2));
128
dropPoint = new Point(location.X + size.Width +
DropPointOffset
, location.Y + ((size.Height - droppedSize.Height) / 2));
131
dropPoint = new Point(location.X + ((size.Width - droppedSize.Width) / 2), location.Y -
DropPointOffset
- droppedSize.Height);
134
dropPoint = new Point(location.X + ((size.Width - droppedSize.Width) / 2), location.Y +
DropPointOffset
+ size.Height);