3 writes to bookmark
System.Data (3)
cdf\src\NetFx40\Tools\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.Data (4)
cdf\src\NetFx40\Tools\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);