1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1090_undoEngine = GetService(typeof(UndoEngine)) as UndoEngine;
7 references to _undoEngine
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.cs (7)
382if (_undoEngine is not null) 384_undoEngine.Undoing -= OnUndoing; 385_undoEngine.Undone -= OnUndone; 1088if (_undoEngine is null) 1091if (_undoEngine is not null) 1093_undoEngine.Undoing += OnUndoing; 1094_undoEngine.Undone += OnUndone;