1 write to Owner
System.Activities (1)
System\Activities\WorkflowApplicationEventArgs.cs (1)
16
this.
Owner
= application;
3 references to Owner
System.Activities (3)
System\Activities\WorkflowApplicationEventArgs.cs (2)
29
return this.
Owner
.Id;
36
return this.
Owner
.InternalGetExtensions<T>();
System\Activities\WorkflowApplicationIdleEventArgs.cs (1)
27
this.bookmarks = this.
Owner
.GetBookmarksForIdle();