2 writes to _parentDataGrid
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
2423_parentDataGrid = row.DataGridOwner; 2432_parentDataGrid = headersPresenter.ParentDataGrid;
2 references to _parentDataGrid
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
2413if (_parentDataGrid == null) 2437return _parentDataGrid;