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