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