3 references to IsRootDesignerProperty
System.Data (3)
cdf\src\NetFx40\Tools\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); }