1 write to PropertyName
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\LinkBase.cs (1)
30
this.
PropertyName
= propertyName;
9 references to PropertyName
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (1)
33
BackPointer backPointer = this.extraPropertyBackPointers.FirstOrDefault<BackPointer>((bp) => bp.DestinationVertex == parent && propertyName == bp.
PropertyName
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (8)
1079
ModelProperty modelProperty = edge.SourceVertex.Properties[edge.
PropertyName
];
1088
((IModelTreeItem)edge.DestinationVertex).RemoveSource(edge.SourceVertex, edge.
PropertyName
);
1102
ModelProperty modelProperty = edge.SourceVertex.Properties[edge.
PropertyName
];
1109
((IModelTreeItem)edge.DestinationVertex).ExtraPropertyBackPointers.Add(new BackPointer(edge.
PropertyName
, edge.DestinationVertex, edge.SourceVertex));
1127
if (p.Parent == from && p.Name == edge.
PropertyName
)
1135
if (bp.DestinationVertex == from && bp.
PropertyName
== edge.
PropertyName
)
1154
return ((IModelTreeItem)backPointer.DestinationVertex).ModelPropertyStore[backPointer.
PropertyName
] == backPointer.SourceVertex;