2 references to ColumnResizeUndoUnit
PresentationFramework (2)
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
63
redo = new
ColumnResizeUndoUnit
(textPointerTable, _columnIndex, _columnWidths, -_resizeAmount);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1770
IParentUndoUnit columnResizeUndoUnit = new
ColumnResizeUndoUnit
(table.ContentStart, columnIndex, _columnWidths, dx);