4 references to ChildContainersProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (3)
85
HashSet<ICompositeView> containers = (HashSet<ICompositeView>)viewElement.GetValue(CutCopyPasteHelper.
ChildContainersProperty
);
89
viewElement.SetValue(CutCopyPasteHelper.
ChildContainersProperty
, containers);
100
childContainers = (HashSet<ICompositeView>)workflowViewElement.GetValue(CutCopyPasteHelper.
ChildContainersProperty
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
155
this.SetValue(CutCopyPasteHelper.
ChildContainersProperty
, null);