9 references to Open
PresentationFramework (9)
MS\Internal\Documents\ParentUndoUnit.cs (1)
331topContainer.Open(redo);
MS\Internal\Documents\UndoManager.cs (1)
283Open(unit);
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
51_undoManager.Open(_parentUndoUnit);
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
57undoManager.Open(redo);
System\Windows\Documents\ImmComposition.cs (1)
1768undoManager.Open(_compositionUndoUnit);
System\windows\Documents\TextEditorTyping.cs (1)
1790undoManager.Open(This._typingUndoUnit);
System\Windows\Documents\TextRangeEditTables.cs (1)
1770undoManager.Open(columnResizeUndoUnit);
System\Windows\Documents\TextStore.cs (2)
3150undoManager.Open(unit); 3587undoManager.Open(textParentUndoUnit);