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