3 references to IsRootDesignerProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
214isRootDesignerBinding.Path = new PropertyPath(WorkflowViewElement.IsRootDesignerProperty); 281get { return (bool)GetValue(IsRootDesignerProperty); } 282internal set { SetValue(IsRootDesignerProperty, value); }