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