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