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