9 references to DataGridRowOwner
PresentationFramework (9)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1849DataGridRow row = presenter.DataGridRowOwner; 2406DataGridRow row = presenter.DataGridRowOwner;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (7)
78DataGridRow owningRow = DataGridRowOwner; 155DataGridRow row = DataGridRowOwner; 306DataGridRow rowOwner = DataGridRowOwner; 324DataGridRow rowOwner = DataGridRowOwner; 463var row = DataGridRowOwner; 599DataGridRow parent = DataGridRowOwner; 621DataGridRow owningRow = DataGridRowOwner;