5 references to UndoManager
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
737EditableTextBoxSite.TextContainer.UndoManager;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1328tbb.TextContainer.UndoManager;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1786return this.UndoManager;
src\Framework\System\windows\Documents\TextEditor.cs (1)
1175undoManager = ((TextContainer)this.TextContainer).UndoManager;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1766UndoManager undoManager = table.TextContainer.UndoManager;