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