4 writes to Owner
System.Activities (4)
System\Activities\Tracking\BookmarkResumptionRecord.cs (4)
34this.Owner = new ActivityInfo(ownerInstance); 48this.Owner = owner; 55this.Owner = record.Owner; 127set { this.Owner = value; }
11 references to Owner
System.Activities (11)
System\Activities\Tracking\BookmarkResumptionRecord.cs (3)
55this.Owner = record.Owner; 126get { return this.Owner; } 142this.Owner.ToString());
System\Activities\Tracking\EtwTrackingParticipant.cs (8)
430record.BookmarkName, record.BookmarkScope, record.Owner.Name, record.Owner.Id, 431record.Owner.InstanceId, record.Owner.TypeName, 436record.BookmarkName, record.BookmarkScope, record.Owner.Name, record.Owner.Id, 437record.Owner.InstanceId, record.Owner.TypeName,