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