1 write to _undoEngine
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
331
_undoEngine
= new UndoEngineExt(ServiceContainer)
3 references to _undoEngine
DesignSurfaceExt (3)
DesignSurfaceExt.cs (3)
82
return
_undoEngine
;
337
if (
_undoEngine
is not null)
341
ServiceContainer.AddService(typeof(UndoEngine),
_undoEngine
);