2 writes to bookmarkTable
System.Activities (2)
System\Activities\Statements\BookmarkTable.cs (2)
21
this.
bookmarkTable
= new Bookmark[tableSize];
40
set { this.
bookmarkTable
= value; }
3 references to bookmarkTable
System.Activities (3)
System\Activities\Statements\BookmarkTable.cs (3)
28
return this.
bookmarkTable
[(int)bookmarkName];
32
this.
bookmarkTable
[(int)bookmarkName] = value;
39
get { return this.
bookmarkTable
; }