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