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