4 references to RowHeaderWidth
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (3)
1284if (double.IsNaN(RowHeaderWidth)) 8524else if (!Double.IsNaN(RowHeaderWidth)) 8526CellsPanelHorizontalOffset = RowHeaderWidth;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
196if (double.IsNaN(dataGridOwner.RowHeaderWidth) &&