3 writes to bookmarkScopesListIsDefault
System.Activities (3)
System\Activities\ExclusiveHandle.cs (3)
94
set { this.
bookmarkScopesListIsDefault
= value; }
121
this.
bookmarkScopesListIsDefault
= false;
297
this.
bookmarkScopesListIsDefault
= true;
2 references to bookmarkScopesListIsDefault
System.Activities (2)
System\Activities\ExclusiveHandle.cs (2)
93
get { return this.
bookmarkScopesListIsDefault
; }
119
if (this.
bookmarkScopesListIsDefault
)