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