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