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