1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1075
_undoEngine
= GetService(typeof(UndoEngine)) as UndoEngine;
7 references to _undoEngine
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.cs (7)
381
if (
_undoEngine
is not null)
383
_undoEngine
.Undoing -= OnUndoing;
384
_undoEngine
.Undone -= OnUndone;
1073
if (
_undoEngine
is null)
1076
if (
_undoEngine
is not null)
1078
_undoEngine
.Undoing += OnUndoing;
1079
_undoEngine
.Undone += OnUndone;