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