2 writes to bookmarkScopes
System.Activities (2)
System\Activities\ExclusiveHandle.cs (2)
59set { this.bookmarkScopes = value; } 245this.bookmarkScopes = new List<BookmarkScopeHandle>();
10 references to bookmarkScopes
System.Activities (10)
System\Activities\ExclusiveHandle.cs (10)
42if (this.bookmarkScopes == null) 49this.readOnlyBookmarkScopeCollection = new ReadOnlyCollection<BookmarkScopeHandle>(this.bookmarkScopes); 58get { return this.bookmarkScopes; } 122this.bookmarkScopes.Clear(); 125this.bookmarkScopes.Add(bookmarkScopeHandle); 144this.bookmarkScopes.Clear(); 243if (this.bookmarkScopes == null) 249this.bookmarkScopes.Add(BookmarkScopeHandle.Default); 275this.bookmarkScopes.Add(scopeHandle); 292this.bookmarkScopes.Add(scopeHandle);