2 references to RowHeaderActualWidthProperty
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
1209
get { return (double)GetValue(
RowHeaderActualWidthProperty
); }
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
287
else if (e.Property == DataGrid.
RowHeaderActualWidthProperty
)