1 write to _columnWidths
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
489_columnWidths = new double[tpc.CalculatedColumns.Length];
2 references to _columnWidths
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (2)
493_columnWidths[index] = tpc.CalculatedColumns[index].DurWidth; 520internal double[] TableColumnWidths { get { return (_columnWidths); } }