3 writes to bookmark
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
59this.bookmark = new Bookmark(this, unit); 237this.undoEngine.bookmark = null; 268this.undoEngine.bookmark = null;
4 references to bookmark
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (4)
41internal bool IsBookmarkInPlace { get { return this.bookmark != null; } } 51Fx.Assert(this.bookmark == null, "Nested bookmarks are not supported."); 61this.undoEngineImpl = bookmark; 62return new ImmediateEditingScope(modelTreeManager, this.bookmark);