1 write to _columnWidths
PresentationFramework (1)
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
23_columnWidths = columnWidths;
4 references to _columnWidths
PresentationFramework (4)
System\Windows\Documents\ColumnResizeUndoUnit.cs (4)
49_columnWidths[_columnIndex] -= _resizeAmount; 52_columnWidths[_columnIndex + 1] += _resizeAmount; 57redo = new ColumnResizeUndoUnit(textPointerTable, _columnIndex, _columnWidths, -_resizeAmount); 61TextRangeEditTables.EnsureTableColumnsAreFixedSize(table, _columnWidths);