5 writes to IsEnabled
PresentationFramework (5)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (2)
173
undoManager.
IsEnabled
= false;
200
undoManager.
IsEnabled
= true;
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
138
undoManager.
IsEnabled
= true;
164
undoManager.
IsEnabled
= false;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1744
undoManager.
IsEnabled
= value;
25 references to IsEnabled
PresentationFramework (25)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (2)
347
if (topContainer.
IsEnabled
)
363
if (topContainer.
IsEnabled
)
src\Framework\MS\Internal\Documents\UndoManager.cs (8)
215
if (!
IsEnabled
)
267
if (!
IsEnabled
)
346
if (!
IsEnabled
)
442
if (!
IsEnabled
)
512
if (!
IsEnabled
)
543
if (!
IsEnabled
)
610
if (!
IsEnabled
)
769
if (!this.
IsEnabled
)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1740
if (!value && undoManager.
IsEnabled
)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1675
if (undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
35
if (_undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
61
if(undoManager != null && undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1967
if (undoManager != null && undoManager.
IsEnabled
&& undoManager.OpenedUnit == null)
1998
if (undoManager != null && undoManager.
IsEnabled
&& undoManager.OpenedUnit != null)
src\Framework\System\Windows\Documents\Run.cs (1)
283
if (undoManager != null && undoManager.
IsEnabled
)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1833
if (undoManager != null && undoManager.
IsEnabled
)
1858
if (undoManager != null && undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1768
if(undoManager != null && undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\TextStore.cs (3)
3036
if (undoManager == null || !undoManager.
IsEnabled
)
3889
if (undoManager == null || !undoManager.
IsEnabled
)
3935
if (undoManager == null || !undoManager.
IsEnabled
)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
126
if (!undoManager.
IsEnabled
)
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
143
if (undoManager.
IsEnabled
)