2 writes to bookmarkScopeManager
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
457this.bookmarkScopeManager = new BookmarkScopeManager(); 545set { this.bookmarkScopeManager = value; }
13 references to bookmarkScopeManager
System.Activities (13)
System\Activities\Runtime\ActivityExecutor.cs (13)
455if (this.bookmarkScopeManager == null) 460return this.bookmarkScopeManager; 468return this.bookmarkScopeManager; 544get { return this.bookmarkScopeManager; } 1934if (this.bookmarkScopeManager != null && this.bookmarkScopeManager.HasKeysToUpdate) 2001Fx.Assert(this.bookmarkScopeManager == null || !this.bookmarkScopeManager.HasKeysToUpdate, 2245targetInstance.MarkAsComplete(this.bookmarkScopeManager, this.bookmarkManager); 2604if (this.bookmarkScopeManager != null) 2606this.bookmarkScopeManager.PopulateBookmarkInfo(ref bookmarks); 2621if (this.bookmarkScopeManager == null) 2627ReadOnlyCollection<BookmarkInfo> bookmarks = this.bookmarkScopeManager.GetBookmarks(scope);