9 references to DataGridRowOwner
PresentationFramework (9)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1856DataGridRow row = presenter.DataGridRowOwner; 2413DataGridRow row = presenter.DataGridRowOwner;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (7)
78DataGridRow owningRow = DataGridRowOwner; 155DataGridRow row = DataGridRowOwner; 306DataGridRow rowOwner = DataGridRowOwner; 324DataGridRow rowOwner = DataGridRowOwner; 466var row = DataGridRowOwner; 602DataGridRow parent = DataGridRowOwner; 624DataGridRow owningRow = DataGridRowOwner;