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