1 write to _undoEngine
DemoConsole (1)
DesignSurfaceExtended.cs (1)
318_undoEngine = new UndoEngineExtended(ServiceContainer)
2 references to _undoEngine
DemoConsole (2)
DesignSurfaceExtended.cs (2)
78return _undoEngine; 325ServiceContainer.AddService(typeof(UndoEngine), _undoEngine);