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