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;
520
internal double[] TableColumnWidths { get { return (
_columnWidths
); } }