5 implementations of UndoManager
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
458UndoManager ITextContainer.UndoManager
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
295UndoManager ITextContainer.UndoManager { get { return null; } }
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
264UndoManager ITextContainer.UndoManager { get { return null; } }
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
245UndoManager ITextContainer.UndoManager { get { return null; } }
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1782UndoManager ITextContainer.UndoManager
3 references to UndoManager
PresentationFramework (3)
src\Framework\System\Windows\Documents\ChangeBlockUndoRecord.cs (2)
31if (textContainer.UndoManager != null) 33_undoManager = textContainer.UndoManager;
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
122undoManager = textContainer.UndoManager;