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