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