1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1075_undoEngine = GetService(typeof(UndoEngine)) as UndoEngine;
7 references to _undoEngine
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.cs (7)
381if (_undoEngine is not null) 383_undoEngine.Undoing -= OnUndoing; 384_undoEngine.Undone -= OnUndone; 1073if (_undoEngine is null) 1076if (_undoEngine is not null) 1078_undoEngine.Undoing += OnUndoing; 1079_undoEngine.Undone += OnUndone;