2 writes to OwnerDisplayName
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
99this.OwnerDisplayName = activity.DisplayName; 170set { this.OwnerDisplayName = value; }
2 references to OwnerDisplayName
System.Activities (2)
System\Activities\Runtime\MappableObjectManager.cs (2)
53result.Add(mappableLocation.MappingKeyName, new LocationInfo(mappableLocation.Name, mappableLocation.OwnerDisplayName, mappableLocation.Location.Value)); 169get { return this.OwnerDisplayName; }