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