3 writes to Enabled
DesignSurface (1)
MainForm.cs (1)
45
isurf.GetUndoEngineExt().
Enabled
= true;
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
326
Enabled
= false
System.Windows.Forms.Design (1)
System\ComponentModel\Design\UndoEngine.cs (1)
40
Enabled
= true;
6 references to Enabled
System.Windows.Forms.Design (6)
System\ComponentModel\Design\UndoEngine.cs (6)
333
if (
Enabled
&& _executingUnit is null && _unitStack.Count == 0)
372
if (
Enabled
&& _executingUnit is null && _unitStack.Count == 0)
425
if (
Enabled
&& _executingUnit is null && _unitStack.Count == 0)
442
if (
Enabled
&& _host is not null && _host.Container is not null && ComponentChangeService is not null)
500
if (
Enabled
&& _executingUnit is null && _unitStack.Count == 0)
527
if (
Enabled
&& _executingUnit is null)