2 writes to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2397_parentDataGrid = row.DataGridOwner; 2406_parentDataGrid = headersPresenter.ParentDataGrid;
2 references to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2387if (_parentDataGrid == null) 2411return _parentDataGrid;