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)
214
if (
_undoEngine
is null)
217
if (
_undoEngine
is not null)
219
_undoEngine
.Undoing += OnUndoing;
220
if (
_undoEngine
.UndoInProgress)
223
_undoEngine
.Undone += OnUndone;
805
if (
_undoEngine
is not null)
809
_undoEngine
.Undone -= OnUndone;
812
_undoEngine
.Undoing -= OnUndoing;
1502
if (
_undoEngine
is not null)
1504
_undoEngine
.Undone += OnUndone;
1515
if (
_undoEngine
is not null)
1517
_undoEngine
.Undone -= OnUndone;