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