3 references to CellsPanelActualWidthProperty
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (2)
8434
return (double)GetValue(
CellsPanelActualWidthProperty
);
8439
SetValue(
CellsPanelActualWidthProperty
, value);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
323
else if (e.Property == DataGrid.
CellsPanelActualWidthProperty
)