2 writes to IsRootDesigner
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
971previousRoot.IsRootDesigner = false; 975currentRoot.IsRootDesigner = true;
2 references to IsRootDesigner
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ExpandButtonVisibilityConverter.cs (1)
43if (viewElement == null || viewElement.IsRootDesigner || viewElement.DoesParentAlwaysExpandChild() ||
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
321if (view != null && view.IsRootDesigner)