Base:
property
IsAttached
System.Activities.Presentation.Model.ModelProperty.IsAttached
3 references to IsAttached
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
569
if (!dataModelProperty.
IsAttached
&& parent.ModelPropertyStore.ContainsKey(dataModelProperty.Name))
587
if (!dataModelProperty.
IsAttached
)
627
if (modelProperty.
IsAttached
)