13 references to DottedPath
System.Workflow.ComponentModel (13)
AuthoringOM\Activity.cs (5)
963string thisActivityDottedPath = this.DottedPath; 1022this.cachedDottedPath = this.DottedPath; 1169idToActivityMap.Add(nestedActivity.DottedPath, nestedActivity); 1399SetReadOnlyPropertyValue(DottedPathProperty, this.DottedPath); 2290string prefix = this.DottedPath;
AuthoringOM\ScheduleChanges.cs (6)
207contextActivity.DottedPath == ((RemovedActivityAction)changeAction).OriginalRemovedActivity.DottedPath) 470if (originalActivity.DottedPath == clonedActivity.CachedDottedPath) 484if (originalActivity.DottedPath == clonedActivity.CachedDottedPath) 650this.ownerActivityDottedPath = compositeActivity.DottedPath; 852Activity removedActivityInContext = contextActivity.TraverseDottedPathFromRoot(this.originalRemovedActivity.DottedPath);
AuthoringOM\Serializer\ActivitySurrogate.cs (2)
33info.AddValue("id", activity.DottedPath); 38info.AddValue("id", activity.DottedPath);