1 override of IsAttached
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
102
public override bool
IsAttached
2 references to IsAttached
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
1265
if (_parent.FirstModelProperty.
IsAttached
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
143
else if (propertyInNewModelItem != null && !propertyInNewModelItem.
IsAttached
&& !propertyInNewModelItem.IsReadOnly)