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