1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1036_undoEngine = GetService(typeof(UndoEngine)) as UndoEngine;
7 references to _undoEngine
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.cs (7)
369if (_undoEngine is not null) 371_undoEngine.Undoing -= OnUndoing; 372_undoEngine.Undone -= OnUndone; 1034if (_undoEngine is null) 1037if (_undoEngine is not null) 1039_undoEngine.Undoing += OnUndoing; 1040_undoEngine.Undone += OnUndone;