2 writes to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2419_parentDataGrid = row.DataGridOwner; 2428_parentDataGrid = headersPresenter.ParentDataGrid;
2 references to _parentDataGrid
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2409if (_parentDataGrid == null) 2433return _parentDataGrid;