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