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