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