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