2 writes to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2403_parentDataGrid = row.DataGridOwner; 2412_parentDataGrid = headersPresenter.ParentDataGrid;
2 references to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2393if (_parentDataGrid == null) 2417return _parentDataGrid;