2 writes to typeName
System.Activities (2)
System\Activities\Tracking\ActivityInfo.cs (2)
131this.typeName = this.Activity.GetType().FullName; 139this.typeName = value;
2 references to typeName
System.Activities (2)
System\Activities\Tracking\ActivityInfo.cs (2)
128if (string.IsNullOrEmpty(this.typeName)) 133return this.typeName;