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