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)
382
if (
_undoEngine
is not null)
384
_undoEngine
.Undoing -= OnUndoing;
385
_undoEngine
.Undone -= OnUndone;
1088
if (
_undoEngine
is null)
1091
if (
_undoEngine
is not null)
1093
_undoEngine
.Undoing += OnUndoing;
1094
_undoEngine
.Undone += OnUndone;