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