4 references to RowHeaderWidth
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (3)
1274if (double.IsNaN(RowHeaderWidth)) 8477else if (!Double.IsNaN(RowHeaderWidth)) 8479CellsPanelHorizontalOffset = RowHeaderWidth;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
190if (double.IsNaN(dataGridOwner.RowHeaderWidth) &&