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