5 references to UndoManager
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
725EditableTextBoxSite.TextContainer.UndoManager;
System\Windows\Data\BindingExpressionBase.cs (1)
1318tbb.TextContainer.UndoManager;
System\Windows\Documents\TextContainer.cs (1)
1766return this.UndoManager;
System\windows\Documents\TextEditor.cs (1)
1142undoManager = ((TextContainer)this.TextContainer).UndoManager;
System\Windows\Documents\TextRangeEditTables.cs (1)
1761UndoManager undoManager = table.TextContainer.UndoManager;