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