2 references to RecomputeColumnWidthsOnColumnResize
PresentationFramework (2)
System\Windows\Controls\DataGridColumn.cs (1)
565
DataGridOwner.InternalColumns.
RecomputeColumnWidthsOnColumnResize
(this, pixelWidth - width.DisplayValue, true);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
330
dataGrid.InternalColumns.
RecomputeColumnWidthsOnColumnResize
(resizingColumn, horizontalChange, false);