3 writes to IsEnabled
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (2)
114
undoManager.
IsEnabled
= true;
137
undoManager.
IsEnabled
= false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1637
undoManager.
IsEnabled
= value;
27 references to IsEnabled
PresentationFramework (27)
MS\Internal\Documents\ParentUndoUnit.cs (4)
150
undoManager?.
IsEnabled
= false;
174
undoManager?.
IsEnabled
= true;
317
if (topContainer.
IsEnabled
)
333
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)
1633
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)
3102
if (undoManager == null || !undoManager.
IsEnabled
)
4044
if (undoManager == null || !undoManager.
IsEnabled
)
4090
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
)