3 implementations of Do
PresentationFramework (3)
MS\Internal\Documents\ParentUndoUnit.cs (1)
318
public virtual void
Do
()
System\Windows\Documents\TextTreeUndoUnit.cs (1)
45
public void
Do
()
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
67
public void
Do
()
5 references to Do
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
168
((IParentUndoUnit)OpenedUnit).
Do
();
340
unit.
Do
();
MS\Internal\Documents\UndoManager.cs (3)
360
unit.
Do
();
535
unit.
Do
();
598
unit.
Do
();