1 write to _undoEngine
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1063
_undoEngine
= GetService(typeof(UndoEngine)) as UndoEngine;
7 references to _undoEngine
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DocumentDesigner.cs (7)
369
if (
_undoEngine
is not null)
371
_undoEngine
.Undoing -= OnUndoing;
372
_undoEngine
.Undone -= OnUndone;
1061
if (
_undoEngine
is null)
1064
if (
_undoEngine
is not null)
1066
_undoEngine
.Undoing += OnUndoing;
1067
_undoEngine
.Undone += OnUndone;