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