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