4 writes to IsAncestorOfRootDesigner
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
505
viewElement.
IsAncestorOfRootDesigner
= false;
513
view.
IsAncestorOfRootDesigner
= true;
530
view.
IsAncestorOfRootDesigner
= false;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
139
this.
IsAncestorOfRootDesigner
= false;
1 reference to IsAncestorOfRootDesigner
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ShowExpandedMultiValueConverter.cs (1)
42
if (viewElement.
IsAncestorOfRootDesigner
)