7 references to HasBookmarks
System.Activities (7)
System\Activities\Runtime\ActivityExecutor.cs (2)
2597
if (this.bookmarkManager != null && this.bookmarkManager.
HasBookmarks
)
2670
BookmarkResumptionResult result = this.BookmarkScopeManager.TryGenerateWorkItem(this, ref bookmark, scope, value, isolationInstance, hasOperations || this.bookmarkManager.
HasBookmarks
, out resumeExecutionWorkItem);
System\Activities\Runtime\BookmarkManager.cs (1)
249
Fx.Assert(this.
HasBookmarks
, "Should only be called if this actually has bookmarks.");
System\Activities\Runtime\BookmarkScopeManager.cs (4)
292
if (manager.
HasBookmarks
)
318
if (!manager.
HasBookmarks
)
498
if (this.bookmarkManagers[scope].
HasBookmarks
)
538
if (scopeBookmarks.Value.
HasBookmarks
)