9 references to DataGridRowOwner
PresentationFramework (9)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1858DataGridRow row = presenter.DataGridRowOwner; 2415DataGridRow row = presenter.DataGridRowOwner;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (7)
83DataGridRow owningRow = DataGridRowOwner; 160DataGridRow row = DataGridRowOwner; 311DataGridRow rowOwner = DataGridRowOwner; 329DataGridRow rowOwner = DataGridRowOwner; 471var row = DataGridRowOwner; 605DataGridRow parent = DataGridRowOwner; 627DataGridRow owningRow = DataGridRowOwner;