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