4 references to TryGetBookmarkFromInternalList
System.Activities (4)
System\Activities\Runtime\BookmarkManager.cs (2)
221
if (!this.
TryGetBookmarkFromInternalList
(bookmark, out internalBookmark, out callbackWrapper))
293
if (
TryGetBookmarkFromInternalList
(bookmark, out internalBookmark, out callbackWrapper))
System\Activities\Runtime\BookmarkScopeManager.cs (2)
199
if (!this.bookmarkManagers[uninitializedScope].
TryGetBookmarkFromInternalList
(bookmark, out internalBookmark, out callbackWrapper))
259
if (!manager.
TryGetBookmarkFromInternalList
(bookmark, out bookmarkFromList, out callbackWrapper))