1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
216_undoEngine = GetService(typeof(UndoEngine)) as UndoEngine;
12 references to _undoEngine
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (12)
214if (_undoEngine is null) 217if (_undoEngine is not null) 219_undoEngine.Undoing += OnUndoing; 220if (_undoEngine.UndoInProgress) 223_undoEngine.Undone += OnUndone; 805if (_undoEngine is not null) 809_undoEngine.Undone -= OnUndone; 812_undoEngine.Undoing -= OnUndoing; 1502if (_undoEngine is not null) 1504_undoEngine.Undone += OnUndone; 1515if (_undoEngine is not null) 1517_undoEngine.Undone -= OnUndone;