9 references to Open
PresentationFramework (9)
MS\Internal\Documents\ParentUndoUnit.cs (1)
334topContainer.Open(redo);
MS\Internal\Documents\UndoManager.cs (1)
293Open(unit);
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
54_undoManager.Open(_parentUndoUnit);
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
58undoManager.Open(redo);
System\Windows\Documents\ImmComposition.cs (1)
1790undoManager.Open(_compositionUndoUnit);
System\windows\Documents\TextEditorTyping.cs (1)
1812undoManager.Open(This._typingUndoUnit);
System\Windows\Documents\TextRangeEditTables.cs (1)
1769undoManager.Open(columnResizeUndoUnit);
System\Windows\Documents\TextStore.cs (2)
3166undoManager.Open(unit); 3606undoManager.Open(textParentUndoUnit);