1 write to CellsPanelActualWidth
PresentationFramework (1)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1336ParentDataGrid.CellsPanelActualWidth = newWidth;
2 references to CellsPanelActualWidth
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1333!DoubleUtil.AreClose(ParentDataGrid.CellsPanelActualWidth, newWidth))
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
154childRect.Width = Math.Max(finalSize.Width, dataGrid.CellsPanelActualWidth);