4 references to SubscribedForSourceLocationChanges
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (4)
105
this.
SubscribedForSourceLocationChanges
.Add(result);
155
if (this.
SubscribedForSourceLocationChanges
.Contains(objectReferenceId))
157
this.
SubscribedForSourceLocationChanges
.Remove(objectReferenceId);
179
foreach (Guid subscribedObjectReference in this.
SubscribedForSourceLocationChanges
)