1 write to SourceVertex
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\LinkBase.cs (1)
31this.SourceVertex = sourceVertex;
11 references to SourceVertex
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (11)
1067return edge.SourceVertex; 1079ModelProperty modelProperty = edge.SourceVertex.Properties[edge.PropertyName]; 1088((IModelTreeItem)edge.DestinationVertex).RemoveSource(edge.SourceVertex, edge.PropertyName); 1094((IModelTreeItem)edge.DestinationVertex).RemoveParent(edge.SourceVertex); 1102ModelProperty 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); 1121ModelItem from = edge.SourceVertex; 1154return ((IModelTreeItem)backPointer.DestinationVertex).ModelPropertyStore[backPointer.PropertyName] == backPointer.SourceVertex; 1163return collection.Contains(backPointer.SourceVertex); 1167return dictionary.Keys.Concat(dictionary.Values).Contains(backPointer.SourceVertex);