2 writes to bookmarkManager
System.Activities (2)
System\Activities\NativeActivityContext.cs (2)
34this.bookmarkManager = bookmarkManager; 96this.bookmarkManager = bookmarkManager;
5 references to bookmarkManager
System.Activities (5)
System\Activities\NativeActivityContext.cs (5)
271return this.bookmarkManager.CreateBookmark(name, null, this.CurrentInstance, BookmarkOptions.None); 300return this.bookmarkManager.CreateBookmark(name, callback, this.CurrentInstance, options); 357return this.bookmarkManager.CreateBookmark(callback, this.CurrentInstance, options); 415this.CurrentInstance.RemoveAllBookmarks(this.executor.RawBookmarkScopeManager, this.bookmarkManager); 448return this.bookmarkManager.Remove(bookmark, this.CurrentInstance);