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