2 writes to Name
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
98this.Name = locationOwner.Name; 163set { this.Name = value; }
2 references to Name
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
53result.Add(mappableLocation.MappingKeyName, new LocationInfo(mappableLocation.Name, mappableLocation.OwnerDisplayName, mappableLocation.Location.Value)); 162get { return this.Name; }