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