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