1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1063_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; 1061if (_undoEngine is null) 1064if (_undoEngine is not null) 1066_undoEngine.Undoing += OnUndoing; 1067_undoEngine.Undone += OnUndone;