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