Implemented interface member:
method
Do
MS.Internal.Documents.IUndoUnit.Do()
2 overrides of Do
PresentationFramework (2)
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
42
public override void
Do
()
src\Framework\System\Windows\Documents\TextParentUndoUnit.cs (1)
124
public override void
Do
()
1 reference to Do
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextParentUndoUnit.cs (1)
126
base.
Do
(); // Note: TextParentUndoUnit will be created here by our callback CreateParentUndoUnitForSelf.