5 references to UndoManager
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
716EditableTextBoxSite.TextContainer.UndoManager;
System\Windows\Data\BindingExpressionBase.cs (1)
1316MS.Internal.Documents.UndoManager undoManager = tbb?.TextContainer.UndoManager;
System\Windows\Documents\TextContainer.cs (1)
1759return this.UndoManager;
System\windows\Documents\TextEditor.cs (1)
1135undoManager = ((TextContainer)this.TextContainer).UndoManager;
System\Windows\Documents\TextRangeEditTables.cs (1)
1764UndoManager undoManager = table.TextContainer.UndoManager;