2 writes to MappingKeyName
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
101this.MappingKeyName = string.Format(CultureInfo.InvariantCulture, "activity.{0}-{1}_{2}", activity.Id, locationOwner.Id, activityInstance.Id); 156set { this.MappingKeyName = value; }
2 references to MappingKeyName
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
53result.Add(mappableLocation.MappingKeyName, new LocationInfo(mappableLocation.Name, mappableLocation.OwnerDisplayName, mappableLocation.Location.Value)); 155get { return this.MappingKeyName; }