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; 802if (_undoEngine is not null) 806_undoEngine.Undone -= OnUndone; 809_undoEngine.Undoing -= OnUndoing; 1499if (_undoEngine is not null) 1501_undoEngine.Undone += OnUndone; 1512if (_undoEngine is not null) 1514_undoEngine.Undone -= OnUndone;