9 references to Open
PresentationFramework (9)
MS\Internal\Documents\ParentUndoUnit.cs (1)
332topContainer.Open(redo);
MS\Internal\Documents\UndoManager.cs (1)
284Open(unit);
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
52_undoManager.Open(_parentUndoUnit);
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
58undoManager.Open(redo);
System\Windows\Documents\ImmComposition.cs (1)
1769undoManager.Open(_compositionUndoUnit);
System\windows\Documents\TextEditorTyping.cs (1)
1803undoManager.Open(This._typingUndoUnit);
System\Windows\Documents\TextRangeEditTables.cs (1)
1771undoManager.Open(columnResizeUndoUnit);
System\Windows\Documents\TextStore.cs (2)
3157undoManager.Open(unit); 3597undoManager.Open(textParentUndoUnit);