2 writes to displayName
System.Activities (2)
System\Activities\ActivityDelegate.cs (2)
56
this.
displayName
= this.GetType().Name;
64
this.
displayName
= value;
2 references to displayName
System.Activities (2)
System\Activities\ActivityDelegate.cs (2)
54
if (string.IsNullOrEmpty(this.
displayName
))
59
return this.
displayName
;