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