3 writes to displayName
System.Activities (3)
System\Activities\Activity.cs (3)
230
this.
displayName
= ActivityUtilities.GetDisplayName(this);
239
this.
displayName
= string.Empty;
243
this.
displayName
= value;
2 references to displayName
System.Activities (2)
System\Activities\Activity.cs (2)
228
if (!this.isDisplayNameSet && string.IsNullOrEmpty(this.
displayName
))
233
return this.
displayName
;