1 write to _columnWidths
PresentationFramework (1)
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
22_columnWidths = columnWidths;
4 references to _columnWidths
PresentationFramework (4)
System\Windows\Documents\ColumnResizeUndoUnit.cs (4)
48_columnWidths[_columnIndex] -= _resizeAmount; 51_columnWidths[_columnIndex + 1] += _resizeAmount; 56redo = new ColumnResizeUndoUnit(textPointerTable, _columnIndex, _columnWidths, -_resizeAmount); 60TextRangeEditTables.EnsureTableColumnsAreFixedSize(table, _columnWidths);