1 write to Width
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1683table.Columns[columnIndex].Width = new GridLength(columnWidths[columnIndex]);
1 reference to Width
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
2066_calculatedColumns[i].UserWidth = Table.Columns[i].Width;