1 write to SourceVertex
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\LinkBase.cs (1)
31
this.
SourceVertex
= sourceVertex;
11 references to SourceVertex
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (11)
1067
return edge.
SourceVertex
;
1079
ModelProperty modelProperty = edge.
SourceVertex
.Properties[edge.PropertyName];
1088
((IModelTreeItem)edge.DestinationVertex).RemoveSource(edge.
SourceVertex
, edge.PropertyName);
1094
((IModelTreeItem)edge.DestinationVertex).RemoveParent(edge.
SourceVertex
);
1102
ModelProperty modelProperty = edge.
SourceVertex
.Properties[edge.PropertyName];
1109
((IModelTreeItem)edge.DestinationVertex).ExtraPropertyBackPointers.Add(new BackPointer(edge.PropertyName, edge.DestinationVertex, edge.
SourceVertex
));
1115
((IModelTreeItem)edge.DestinationVertex).SetParent(edge.
SourceVertex
);
1121
ModelItem from = edge.
SourceVertex
;
1154
return ((IModelTreeItem)backPointer.DestinationVertex).ModelPropertyStore[backPointer.PropertyName] == backPointer.
SourceVertex
;
1163
return collection.Contains(backPointer.
SourceVertex
);
1167
return dictionary.Keys.Concat(dictionary.Values).Contains(backPointer.
SourceVertex
);