4 references to RowHeaderWidth
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
1285if (DoubleUtil.IsNaN(RowHeaderWidth)) 8551else if (!Double.IsNaN(RowHeaderWidth)) 8553CellsPanelHorizontalOffset = RowHeaderWidth;
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
197if (DoubleUtil.IsNaN(dataGridOwner.RowHeaderWidth) &&