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