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