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)
2387
if (
_parentDataGrid
== null)
2411
return
_parentDataGrid
;