5 writes to IsEnabled
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
159undoManager.IsEnabled = false; 186undoManager.IsEnabled = true;
MS\Internal\Documents\UndoManager.cs (2)
115undoManager.IsEnabled = true; 138undoManager.IsEnabled = false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1707undoManager.IsEnabled = value;
25 references to IsEnabled
PresentationFramework (25)
MS\Internal\Documents\ParentUndoUnit.cs (2)
330if (topContainer.IsEnabled) 346if (topContainer.IsEnabled)
MS\Internal\Documents\UndoManager.cs (8)
189if (!IsEnabled) 238if (!IsEnabled) 314if (!IsEnabled) 407if (!IsEnabled) 474if (!IsEnabled) 505if (!IsEnabled) 570if (!IsEnabled) 727if (!this.IsEnabled)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1703if (!value && undoManager.IsEnabled)
System\Windows\Controls\TextBox.cs (1)
1677if (undoManager.IsEnabled)
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
33if (_undoManager.IsEnabled)
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
55if(undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\ImmComposition.cs (2)
1756if (undoManager != null && undoManager.IsEnabled && undoManager.OpenedUnit == null) 1787if (undoManager != null && undoManager.IsEnabled && undoManager.OpenedUnit != null)
System\Windows\Documents\Run.cs (1)
283if (undoManager != null && undoManager.IsEnabled)
System\windows\Documents\TextEditorTyping.cs (2)
1794if (undoManager != null && undoManager.IsEnabled) 1819if (undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\TextRangeEditTables.cs (1)
1767if(undoManager != null && undoManager.IsEnabled)
System\Windows\Documents\TextStore.cs (3)
3118if (undoManager == null || !undoManager.IsEnabled) 4063if (undoManager == null || !undoManager.IsEnabled) 4109if (undoManager == null || !undoManager.IsEnabled)
System\Windows\Documents\TextTreeUndo.cs (1)
122if (!undoManager.IsEnabled)
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
138if (undoManager.IsEnabled)