4 references to RowHeaderWidth
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (3)
1281if (double.IsNaN(RowHeaderWidth)) 8521else if (!Double.IsNaN(RowHeaderWidth)) 8523CellsPanelHorizontalOffset = RowHeaderWidth;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
191if (double.IsNaN(dataGridOwner.RowHeaderWidth) &&