2 writes to scope
System.Activities (2)
System\Activities\Runtime\BookmarkManager.cs (2)
32
this.
scope
= scope;
63
set { this.
scope
= value; }
3 references to scope
System.Activities (3)
System\Activities\Runtime\BookmarkManager.cs (3)
62
get { return this.
scope
; }
91
Fx.Assert(this.
scope
== null, "We only support named bookmarks within bookmark scopes right now.");
165
bookmark.Scope = this.
scope
;