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