2 writes to Location
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
100this.Location = location; 177set { this.Location = value; }
3 references to Location
System.Activities (3)
System\Activities\Runtime\MappableObjectManager.cs (3)
53result.Add(mappableLocation.MappingKeyName, new LocationInfo(mappableLocation.Name, mappableLocation.OwnerDisplayName, mappableLocation.Location.Value)); 79if (object.ReferenceEquals(this.mappableLocations[i].Location, location)) 176get { return this.Location; }