3 implementations of Do
PresentationFramework (3)
MS\Internal\Documents\ParentUndoUnit.cs (1)
319
public virtual void
Do
()
System\Windows\Documents\TextTreeUndoUnit.cs (1)
46
public void
Do
()
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
68
public void
Do
()
5 references to Do
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
169
((IParentUndoUnit)OpenedUnit).
Do
();
341
unit.
Do
();
MS\Internal\Documents\UndoManager.cs (3)
361
unit.
Do
();
536
unit.
Do
();
599
unit.
Do
();