5 writes to IsEnabled
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
158undoManager.IsEnabled = false; 185undoManager.IsEnabled = true;
MS\Internal\Documents\UndoManager.cs (2)
114undoManager.IsEnabled = true; 137undoManager.IsEnabled = false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1640undoManager.IsEnabled = value;
25 references to IsEnabled
PresentationFramework (25)
MS\Internal\Documents\ParentUndoUnit.cs (2)
329if (topContainer.IsEnabled) 345if (topContainer.IsEnabled)
MS\Internal\Documents\UndoManager.cs (8)
188if (!IsEnabled) 237if (!IsEnabled) 313if (!IsEnabled) 406if (!IsEnabled) 473if (!IsEnabled) 504if (!IsEnabled) 569if (!IsEnabled) 726if (!this.IsEnabled)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1636if (!value && undoManager.IsEnabled)
System\Windows\Controls\TextBox.cs (1)
1676if (undoManager.IsEnabled)
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
32if (_undoManager.IsEnabled)
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
54if(undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\ImmComposition.cs (2)
1755if (undoManager != null && undoManager.IsEnabled && undoManager.OpenedUnit == null) 1786if (undoManager != null && undoManager.IsEnabled && undoManager.OpenedUnit != null)
System\Windows\Documents\Run.cs (1)
273if (undoManager != null && undoManager.IsEnabled)
System\windows\Documents\TextEditorTyping.cs (2)
1781if (undoManager != null && undoManager.IsEnabled) 1806if (undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\TextRangeEditTables.cs (1)
1766if(undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\TextStore.cs (3)
3111if (undoManager == null || !undoManager.IsEnabled) 4053if (undoManager == null || !undoManager.IsEnabled) 4099if (undoManager == null || !undoManager.IsEnabled)
System\Windows\Documents\TextTreeUndo.cs (1)
121if (!undoManager.IsEnabled)
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
137if (undoManager.IsEnabled)