2 references to DoesParentAlwaysExpandChildren
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
113
return ShouldShowExpanded(IsBreadcrumbRoot(modelItem, context),
DoesParentAlwaysExpandChildren
(modelItem, context),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
298
return ViewUtilities.
DoesParentAlwaysExpandChildren
(this.ModelItem, this.Context);