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