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