3 references to DragSourceProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
67
workflowViewElement.SetValue(DragDropHelper.
DragSourceProperty
, dragSource);
77
return (UIElement)workflowViewElement.GetValue(DragDropHelper.
DragSourceProperty
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
238
containerBinding.Path = new PropertyPath(DragDropHelper.
DragSourceProperty
);