5 references to UndoManager
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
735EditableTextBoxSite.TextContainer.UndoManager;
System\Windows\Data\BindingExpressionBase.cs (1)
1326tbb.TextContainer.UndoManager;
System\Windows\Documents\TextContainer.cs (1)
1771return this.UndoManager;
System\windows\Documents\TextEditor.cs (1)
1148undoManager = ((TextContainer)this.TextContainer).UndoManager;
System\Windows\Documents\TextRangeEditTables.cs (1)
1763UndoManager undoManager = table.TextContainer.UndoManager;