4 writes to bookmarkScope
System.Activities (4)
System\Activities\BookmarkScopeHandle.cs (4)
25this.bookmarkScope = bookmarkScope; 54this.bookmarkScope = value; 82this.bookmarkScope = context.CreateBookmarkScope(Guid.Empty, this); 95this.bookmarkScope = context.CreateBookmarkScope(scopeId, this);
13 references to bookmarkScope
System.Activities (13)
System\Activities\BookmarkScopeHandle.cs (13)
28this.bookmarkScope.IncrementHandleReferenceCount(); 44return this.bookmarkScope; 51get { return this.bookmarkScope; } 55if (this.bookmarkScope != null) 57this.bookmarkScope.IncrementHandleReferenceCount(); 76if (this.bookmarkScope != null) 83this.bookmarkScope.IncrementHandleReferenceCount(); 89if (this.bookmarkScope != null) 96this.bookmarkScope.IncrementHandleReferenceCount(); 103this.bookmarkScope.Initialize(context, scope); 108if (this.bookmarkScope != null) 110int scopeRefCount = this.bookmarkScope.DecrementHandleReferenceCount(); 115context.UnregisterBookmarkScope(this.bookmarkScope);