5 references to UndoManager
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
717EditableTextBoxSite.TextContainer.UndoManager;
System\Windows\Data\BindingExpressionBase.cs (1)
1317MS.Internal.Documents.UndoManager undoManager = tbb?.TextContainer.UndoManager;
System\Windows\Documents\TextContainer.cs (1)
1760return this.UndoManager;
System\windows\Documents\TextEditor.cs (1)
1136undoManager = ((TextContainer)this.TextContainer).UndoManager;
System\Windows\Documents\TextRangeEditTables.cs (1)
1765UndoManager undoManager = table.TextContainer.UndoManager;