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