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