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