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